IVsExpansionFunction Members
Include Protected Members
Include Inherited Members
Represents an expansion function in a code snippet.
The IVsExpansionFunction type exposes the following members.
Methods
Name
Description
Called when another field in the inserted code snippet is changed.
Returns the current value of the expansion function.
Returns the default string to be inserted before any template is edited.
Returns the type of this expansion function (value or list of values).
Returns the number of items in the list of values associated with the expansion function.
Returns the specified value from a list of values associated with the expansion function.
Called when the expansion function is no longer needed.
Top