IVsExpansion Methods

 

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

NameDescription
System_CAPS_pubmethodInsertExpansion(TextSpan, TextSpan, IVsExpansionClient^, Guid, IVsExpansionSession^)

Inserts the code snippet associated with the shortcut that can be found at the given context position in the text buffer.

System_CAPS_pubmethodInsertNamedExpansion(String^, String^, TextSpan, IVsExpansionClient^, Guid, Int32, IVsExpansionSession^)

Inserts snippet with the specified name at the specified position in the text buffer.

System_CAPS_pubmethodInsertSpecificExpansion(IXMLDOMNode^, TextSpan, IVsExpansionClient^, Guid, String^, IVsExpansionSession^)

Inserts the code snippet from the specified XML node into the text buffer at the specified position.

Return to top
Show: