VsExpansionPackage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnumerateExpansions(Guid, Int32, array<String^>^, Int32, Int32, Int32, IVsExpansionEnumeration^) | Retrieves a list of code snippets for the specified coding language.(Inherited from IVsExpansionManager.) |
![]() | GetExpansionByShortcut(IVsExpansionClient^, Guid, String^, IVsTextView^, array<TextSpan>^, Int32, String^, String^) | Retrieves the title and path to a snippet given its shortcut name.(Inherited from IVsExpansionManager.) |
![]() | 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.(Inherited from IVsExpansionManager.) |
![]() | GetTokenPath(UInt32, String^) | Returns the path to the specified location.(Inherited from IVsExpansionManager.) |
![]() | InvokeInsertionUI(IVsTextView^, IVsExpansionClient^, Guid, array<String^>^, Int32, Int32, array<String^>^, Int32, Int32, String^, String^) | Shows an IntelliSense list of code snippets that can be inserted into the source through the provided IVsExpansionClient object.(Inherited from IVsExpansionManager.) |
Show:
