VsExpansionPackageClass 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. See EnumerateExpansions.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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

Retrieves the title and path to a snippet given its shortcut name. See GetExpansionByShortcut.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSnippetShortCutKeybindingState(Int32)

Determines if a key has been bound to the "Invoke Snippet From Shortcut" command. See GetSnippetShortCutKeybindingState.

System_CAPS_pubmethodGetTokenPath(UInt32, String^)

Returns the path to the specified location. See GetTokenPath.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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. See InvokeInsertionUI.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: