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
Called to signal the end of the code snippet insertion and editing phase.
Called to obtain an expansion function for the specified code snippet.
Called after the code snippet has been inserted and formatted.
Called before the code snippet has been inserted.
Called when a code snippet name has been selected from an IntelliSense menu.
Top