VsWizard Interface

Definition

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

public interface class VsWizard : EnvDTE::IDTWizard
public interface class VsWizard : EnvDTE::IDTWizard
__interface VsWizard : EnvDTE::IDTWizard
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.VsWizard.VsWizardClass))]
[System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface VsWizard : EnvDTE.IDTWizard
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.VsWizard.VsWizardClass))>]
[<System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")>]
type VsWizard = interface
    interface IDTWizard
Public Interface VsWizard
Implements IDTWizard
Derived
Attributes
Implements

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.

Methods

Execute(Object, Int32, Object[], Object[], wizardResult)

Occurs when a wizard is launched from either the Add Item or the New Project dialog box.

(Inherited from IDTWizard)
Execute(Object, IntPtr, Object[], Object[], wizardResult) (Inherited from IDTWizard)

Applies to