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)

Syntax

'Declaration
<GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")> _
Public Interface VsWizard _
    Inherits IDTWizard
'Usage
Dim instance As VsWizard
[GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface VsWizard : IDTWizard
[GuidAttribute(L"E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface class VsWizard : IDTWizard
public interface VsWizard extends IDTWizard

Remarks

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.

See Also

Reference

VsWizard Members

Microsoft.VisualStudio.VsWizard Namespace