Exporting Item Templates
You can export single items, such as classes or controls, to item templates that you can later add to other projects. To provide an example, add a new class to the current project and name it as DisposableClass.vb. The goal of the example is to provide a template for classes implementing the IDisposable interface. When ready, simply implement the IDisposable interface in the new class so that Visual Studio will add required members. (You should write custom code for implementing the Disposable pattern, but this is not the goal of the example; see Chapter 8, “Managing an Object’s Lifetime,” about this.) Now select again File, Export Template. In the first dialog of the wizard, select the Item Template option (as shown ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access