IVsExpansionSession Methods
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | EndCurrentExpansion(Int32) | Called to indicate the end of the current code snippet insertion process. |
![]() | GetDeclarationNode(String^, IXMLDOMNode^) | Retrieves the declaration node for the specified field. |
![]() | GetEndSpan(array<TextSpan>^) | Returns the position at which the edit caret is to be placed when the code snippet is committed to the source buffer. |
![]() | GetFieldSpan(String^, array<TextSpan>^) | Retrieves the span (the position and extent) of the specified field. |
![]() | GetFieldValue(String^, String^) | Retrieves the value of the specified field. |
![]() | GetHeaderNode(String^, IXMLDOMNode^) | Returns a node from the code snippet <Header> tag. |
![]() | GetSnippetNode(String^, IXMLDOMNode^) | Returns a node from the code snippet <Snippet> tag. |
![]() | GetSnippetSpan(array<TextSpan>^) | Gets the span of the code snippet. |
![]() | GoToNextExpansionField(Int32) | Move the highlight to the next field in order. |
![]() | GoToPreviousExpansionField() | Move the highlight to the previous field in order. |
![]() | SetEndSpan(TextSpan) | Sets the position where the edit caret should be placed when the code snippet is committed to the source buffer. |
![]() | SetFieldDefault(String^, String^) | Sets the default value for the specified field. |
