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 ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.