VsWizardClass Class

Definition

See VsWizard for information.

public ref class VsWizardClass : EnvDTE::IDTWizard, Microsoft::VisualStudio::VsWizard::VsWizard
[Windows::Foundation::Metadata::WebHostHidden]
class VsWizardClass : EnvDTE::IDTWizard, Microsoft::VisualStudio::VsWizard::VsWizard
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("ACE8D0AB-91C1-47AE-83FE-F9D4693DD008")]
[System.Runtime.InteropServices.TypeLibType]
public class VsWizardClass : EnvDTE.IDTWizard, Microsoft.VisualStudio.VsWizard.VsWizard
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("ACE8D0AB-91C1-47AE-83FE-F9D4693DD008")>]
[<System.Runtime.InteropServices.TypeLibType>]
type VsWizardClass = class
    interface IDTWizard
    interface VsWizard
Public Class VsWizardClass
Implements IDTWizard, VsWizard
Inheritance
VsWizardClass
Attributes
Implements

Constructors

VsWizardClass()

Microsoft Internal Use Only.

Methods

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

Called when a wizard is launched from either the Add New Item or New Project dialog boxes.

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

Applies to