VsWizard Interface
Visual Studio 2008
Provides access to the integrated development environment (IDE) to display the wizard.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
The VsWizard object implements the IDTWizard interface, which works with the Visual Studio IDE to display your wizard in the New Project Dialog Box or Add New Item Dialog Box dialog boxes. Additionally, this object implements the Execute method, which provides the environment with information about your wizard to start and display it correctly in the IDE when a user selects it.