Classe VsExpansionPackageClass
Hierarquia de herança
Object
Microsoft.VisualStudio.TextManager.Interop.VsExpansionPackageClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<ClassInterfaceAttribute()> _
<GuidAttribute("0B680757-2C29-4531-80FA-535A5178AA98")> _
Public Class VsExpansionPackageClass _
Implements IVsExpansionManager, VsExpansionPackage
[ClassInterfaceAttribute()]
[GuidAttribute("0B680757-2C29-4531-80FA-535A5178AA98")]
public class VsExpansionPackageClass : IVsExpansionManager,
VsExpansionPackage
[ClassInterfaceAttribute()]
[GuidAttribute(L"0B680757-2C29-4531-80FA-535A5178AA98")]
public ref class VsExpansionPackageClass : IVsExpansionManager,
VsExpansionPackage
[<ClassInterfaceAttribute()>]
[<GuidAttribute("0B680757-2C29-4531-80FA-535A5178AA98")>]
type VsExpansionPackageClass =
class
interface IVsExpansionManager
interface VsExpansionPackage
end
public class VsExpansionPackageClass implements IVsExpansionManager, VsExpansionPackage
O tipo VsExpansionPackageClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
VsExpansionPackageClass | Inicializa uma nova instância de VsExpansionPackageClass. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
EnumerateExpansions | Consulte EnumerateExpansions. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetExpansionByShortcut | Consulte GetExpansionByShortcut. |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetSnippetShortCutKeybindingState | Consulte GetSnippetShortCutKeybindingState. |
![]() |
GetTokenPath | Consulte GetTokenPath. |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
InvokeInsertionUI | Consulte InvokeInsertionUI. |
![]() |
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
Comentários
Você não pode criar uma instância dessa classe com o new palavra-chave. Em vez disso, você deve obter o ILocalRegistry de objetos e criar o objeto com CreateInstance. O MPF encapsula esse método com CreateInstance.
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.