See VsWizard for information.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.VsWizard.VsWizardClass
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B2303F91-AAE6-44CE-8A19-42706F711199")> _
Public Class VsWizardClass _
    Implements IDTWizard, VsWizard
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B2303F91-AAE6-44CE-8A19-42706F711199")]
public class VsWizardClass : IDTWizard, 
    VsWizard
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B2303F91-AAE6-44CE-8A19-42706F711199")]
public ref class VsWizardClass : IDTWizard, 
    VsWizard
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B2303F91-AAE6-44CE-8A19-42706F711199")>]
type VsWizardClass =  
    class
        interface IDTWizard
        interface VsWizard
    end
public class VsWizardClass implements IDTWizard, VsWizard
The VsWizardClass type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | VsWizardClass | Infrastructure. Microsoft Internal Use Only. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Execute | Called when a wizard is launched from either the Add New Item or New Project dialog boxes. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.