Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<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 | |
---|---|---|
![]() |
VsWizardClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Execute | Called when a wizard is launched from either the Add New Item or New Project dialog boxes. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.