IVsExpansionSession Members
Include Protected Members
Include Inherited Members
Represents the state of a newly inserted code snippet that is being edited by the user.
The IVsExpansionSession type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EndCurrentExpansion | Called to indicate the end of the current code snippet insertion process. |
![]() |
GetDeclarationNode | Retrieves the declaration node for the specified field. |
![]() |
GetEndSpan | |
![]() |
GetFieldSpan | |
![]() |
GetFieldValue | Retrieves the value of the specified field. |
![]() |
GetHeaderNode | Returns a node from the code snippet <Header> tag. |
![]() |
GetSnippetNode | Returns a node from the code snippet <Snippet> tag. |
![]() |
GetSnippetSpan | |
![]() |
GoToNextExpansionField | Move the highlight to the next field in order. |
![]() |
GoToPreviousExpansionField | Move the highlight to the previous field in order. |
![]() |
SetEndSpan | |
![]() |
SetFieldDefault | Sets the default value for the specified field. |
Top