This documentation is archived and is not being maintained.
VsExpansionManagerClass Class
Represents the expansion manager, which knows how to find and display lists of code snippets for a particular coding language.
Namespace:
Microsoft.VisualStudio.TextManager.Interop Assembly:
Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
System:: Object Microsoft.VisualStudio.TextManager.Interop:: VsExpansionManagerClass
[ClassInterfaceAttribute(0)]
[GuidAttribute("4970C2BC-AF33-4A73-A34F-18B0584C40E4" )]
public ref class VsExpansionManagerClass : IVsExpansionManager,
VsExpansionManager
Name Description EnumerateExpansions(Guid, Int32, array<String^>^, Int32, Int32, Int32, IVsExpansionEnumeration^) Equals(Object^) Finalize() GetExpansionByShortcut(IVsExpansionClient^, Guid, String^, IVsTextView^, array<TextSpan>^, Int32, String^, String^) GetHashCode() GetSnippetShortCutKeybindingState(Int32)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines if a key has been bound to the "Invoke Snippet From Shortcut" command. See GetSnippetShortCutKeybindingState .
GetTokenPath(UInt32, String^) Returns the path to the specified location. See GetTokenPath
GetType() InvokeInsertionUI(IVsTextView^, IVsExpansionClient^, Guid, array<String^>^, Int32, Int32, array<String^>^, Int32, Int32, String^, String^) MemberwiseClone() ToString()
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top