IVsExpansionFunction Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | FieldChanged(String^, Int32) | Called when another field in the inserted code snippet is changed. |
![]() | GetCurrentValue(String^, Int32) | Returns the current value of the expansion function. |
![]() | GetDefaultValue(String^, Int32) | Returns the default string to be inserted before any template is edited. |
![]() | GetFunctionType(UInt32) | Returns the type of this expansion function (value or list of values). |
![]() | GetListCount(Int32) | Returns the number of items in the list of values associated with the expansion function. |
![]() | GetListText(Int32, String^) | Returns the specified value from a list of values associated with the expansion function. |
![]() | ReleaseFunction() | Called when the expansion function is no longer needed. |
Show:
