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
Called to indicate the end of the current code snippet insertion process.
Retrieves the declaration node for the specified field.
Retrieves the value of the specified field.
Returns a node from the code snippet <Header> tag.
Returns a node from the code snippet <Snippet> tag.
Move the highlight to the next field in order.
Move the highlight to the previous field in order.
Sets the default value for the specified field.
Top