IVsExpansion 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 | |
|---|---|---|
![]() | InsertExpansion(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. |
![]() | InsertNamedExpansion(String^, String^, TextSpan, IVsExpansionClient^, Guid, Int32, IVsExpansionSession^) | Inserts snippet with the specified name at the specified position in the text buffer. |
![]() | InsertSpecificExpansion(IXMLDOMNode^, TextSpan, IVsExpansionClient^, Guid, String^, IVsExpansionSession^) | Inserts the code snippet from the specified XML node into the text buffer at the specified position. |
Show:
