IVsExpansionClient Members
Include Protected Members
Include Inherited Members
Allows a VSPackage to participate in the code snippet insertion process.
The IVsExpansionClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
EndExpansion | Called to signal the end of the code snippet insertion and editing phase. | |
FormatSpan | ||
GetExpansionFunction | Called to obtain an expansion function for the specified code snippet. | |
IsValidKind | ||
IsValidType | ||
OnAfterInsertion | Called after the code snippet has been inserted and formatted. | |
OnBeforeInsertion | Called before the code snippet has been inserted. | |
OnItemChosen | Called when a code snippet name has been selected from an IntelliSense menu. | |
PositionCaretForEditing |
Top