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
[GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface VsWizard : IDTWizard
[GuidAttribute(L"E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface class VsWizard : IDTWizard
[<GuidAttribute("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")>]
type VsWizard =
interface
interface IDTWizard
end
public interface VsWizard extends IDTWizard
The VsWizard type exposes the following members.
Methods
Name | Description | |
---|---|---|
Execute | (Inherited from IDTWizard.) |
Top
Remarks
The VsWizard object implements the IDTWizard interface, which works with the Visual Studio IDE to display your wizard in the New Project or Add New Item 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.