IVsExpansionFunction Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodFieldChanged(String^, Int32)

Called when another field in the inserted code snippet is changed.

System_CAPS_pubmethodGetCurrentValue(String^, Int32)

Returns the current value of the expansion function.

System_CAPS_pubmethodGetDefaultValue(String^, Int32)

Returns the default string to be inserted before any template is edited.

System_CAPS_pubmethodGetFunctionType(UInt32)

Returns the type of this expansion function (value or list of values).

System_CAPS_pubmethodGetListCount(Int32)

Returns the number of items in the list of values associated with the expansion function.

System_CAPS_pubmethodGetListText(Int32, String^)

Returns the specified value from a list of values associated with the expansion function.

System_CAPS_pubmethodReleaseFunction()

Called when the expansion function is no longer needed.

Return to top
Show: