Classe VsExpansionManagerClass
Hierarquia de herança
Object
Microsoft.VisualStudio.TextManager.Interop.VsExpansionManagerClass
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("4970C2BC-AF33-4A73-A34F-18B0584C40E4")> _
Public Class VsExpansionManagerClass _
Implements IVsExpansionManager, VsExpansionManager
[ClassInterfaceAttribute()]
[GuidAttribute("4970C2BC-AF33-4A73-A34F-18B0584C40E4")]
public class VsExpansionManagerClass : IVsExpansionManager,
VsExpansionManager
[ClassInterfaceAttribute()]
[GuidAttribute(L"4970C2BC-AF33-4A73-A34F-18B0584C40E4")]
public ref class VsExpansionManagerClass : IVsExpansionManager,
VsExpansionManager
[<ClassInterfaceAttribute()>]
[<GuidAttribute("4970C2BC-AF33-4A73-A34F-18B0584C40E4")>]
type VsExpansionManagerClass =
class
interface IVsExpansionManager
interface VsExpansionManager
end
public class VsExpansionManagerClass implements IVsExpansionManager, VsExpansionManager
O tipo VsExpansionManagerClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
VsExpansionManagerClass |
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
Para criar um objeto dessa classe, 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.