ColorableItem::GetDisplayName Method (String^)
Visual Studio 2015
Returns the name of this colorable item.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- name
-
Type:
System::String^
[out] The name of the colorable item.
The name returned is the one passed to the constructor as the display name.
The base method always returns S_OK.
Show: