ExpansionFunction::GetDefaultValue Method ()

 

Gets the default value of the expansion function.

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

public:
virtual String^ GetDefaultValue()

Return Value

Type: System::String^

The default value, if it exists, otherwise null.

The base method returns the value returned from a call to the GetCurrentValue method.

Return to top
Show: