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 | |
---|---|---|
![]() |
FieldChanged | Called when another field in the inserted code snippet is changed. |
![]() |
GetCurrentValue | Returns the current value of the expansion function. |
![]() |
GetDefaultValue | Returns the default string to be inserted before any template is edited. |
![]() |
GetFunctionType | Returns the type of this expansion function (value or list of values). |
![]() |
GetListCount | Returns the number of items in the list of values associated with the expansion function. |
![]() |
GetListText | Returns the specified value from a list of values associated with the expansion function. |
![]() |
ReleaseFunction | Called when the expansion function is no longer needed. |
Top