ExpansionFunction Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFieldChanged(String^, Int32)

Called when a field has changed its value.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetArgument(Int32)

Gets the specified argument.

System_CAPS_pubmethodGetCurrentValue()

Gets the current value of the expansion function as a string.

System_CAPS_pubmethodGetCurrentValue(String^, Int32)

Gets the current value of the expansion function.

System_CAPS_pubmethodGetDefaultValue()

Gets the default value of the expansion function.

System_CAPS_pubmethodGetDefaultValue(String^, Int32)

Gets the default value of the expansion function.

System_CAPS_pubmethodGetFieldValue(String^, String^)

Gets the value of the specified field.

System_CAPS_pubmethodGetFunctionType(UInt32)

Gets the type of the function; that is, what type of value the function returns.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetIntellisenseList()

Gets a list of all values the expansion function can return.

System_CAPS_pubmethodGetListCount(Int32)

Gets the number of items in the list of values for the expansion function.

System_CAPS_pubmethodGetListText(Int32, String^)

Gets the value of the specified list item.

System_CAPS_pubmethodGetSelection()

Gets the span of the selected text in the current view.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseFunction()

Frees any allocations your ExpansionFunction class may have made.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: