This topic has not yet been rated - Rate this topic

VsWizard Interface

Provides access to the integrated development environment (IDE) to display the wizard.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
[GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface VsWizard : IDTWizard

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.