ColorableItem::GetCanonicalName Method (String^)
Visual Studio 2015
Gets the canonical name of a colorable item.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- name
-
Type:
System::String^
[out] A string containing the canonical name of this colorable item.
This method is an implementation of the GetCanonicalName method in the IVsMergeableUIItem interface.
The base method returns the colorable item's name and a success code of E_NOTIMPL.
Show: