VsExpansionPackage Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodEnumerateExpansions(Guid, Int32, array<String^>^, Int32, Int32, Int32, IVsExpansionEnumeration^)

Retrieves a list of code snippets for the specified coding language.(Inherited from IVsExpansionManager.)

System_CAPS_pubmethodGetExpansionByShortcut(IVsExpansionClient^, Guid, String^, IVsTextView^, array<TextSpan>^, Int32, String^, String^)

Retrieves the title and path to a snippet given its shortcut name.(Inherited from IVsExpansionManager.)

System_CAPS_pubmethodGetSnippetShortCutKeybindingState(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.)

System_CAPS_pubmethodGetTokenPath(UInt32, String^)

Returns the path to the specified location.(Inherited from IVsExpansionManager.)

System_CAPS_pubmethodInvokeInsertionUI(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.)

Return to top
Show: