ColorableItem::GetDescription Method (String^)
Visual Studio 2015
Returns a description for this colorable item.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- desc
-
Type:
System::String^
[out] A string containing a description.
This method is an implementation of the GetDescription method in the IVsMergeableUIItem interface.
The base method returns a null value for the description (the core text editor does not use this value) and a success code of E_NOTIMPL.
Show: