ExpansionFunction Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | FieldChanged(String^, Int32) | Called when a field has changed its value. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetArgument(Int32) | Gets the specified argument. |
![]() | GetCurrentValue() | Gets the current value of the expansion function as a string. |
![]() | GetCurrentValue(String^, Int32) | Gets the current value of the expansion function. |
![]() | GetDefaultValue() | Gets the default value of the expansion function. |
![]() | GetDefaultValue(String^, Int32) | Gets the default value of the expansion function. |
![]() | GetFieldValue(String^, String^) | Gets the value of the specified field. |
![]() | GetFunctionType(UInt32) | Gets the type of the function; that is, what type of value the function returns. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetIntellisenseList() | Gets a list of all values the expansion function can return. |
![]() | GetListCount(Int32) | Gets the number of items in the list of values for the expansion function. |
![]() | GetListText(Int32, String^) | Gets the value of the specified list item. |
![]() | GetSelection() | Gets the span of the selected text in the current view. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseFunction() | Frees any allocations your ExpansionFunction class may have made. |
![]() | ToString() | (Inherited from Object.) |

