Classe VsWizardClass
Consulte VsWizard para obter informações.
Hierarquia de herança
Object
Microsoft.VisualStudio.VsWizard.VsWizardClass
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("2DE5C2F9-A7DC-4D4F-9EDA-84528C861A58")> _
Public Class VsWizardClass _
Implements IDTWizard, VsWizard
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("2DE5C2F9-A7DC-4D4F-9EDA-84528C861A58")]
public class VsWizardClass : IDTWizard,
VsWizard
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"2DE5C2F9-A7DC-4D4F-9EDA-84528C861A58")]
public ref class VsWizardClass : IDTWizard,
VsWizard
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("2DE5C2F9-A7DC-4D4F-9EDA-84528C861A58")>]
type VsWizardClass =
class
interface IDTWizard
interface VsWizard
end
public class VsWizardClass implements IDTWizard, VsWizard
O tipo VsWizardClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VsWizardClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Execute | Chamado quando um assistente é iniciado a partir do Add New Item ou New Project caixas de diálogo. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.