ColorableItem.GetCanonicalName(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the canonical name of a colorable item.
public:
virtual int GetCanonicalName([Runtime::InteropServices::Out] System::String ^ % name);
C++/WinRT
virtual int GetCanonicalName([Runtime::InteropServices::Out] std::wstring const & & name);
public virtual int GetCanonicalName(out string name);
abstract member GetCanonicalName : string -> int
override this.GetCanonicalName : string -> int
Public Overridable Function GetCanonicalName (ByRef name As String) As Integer
- name
- String
[out] A string containing the canonical name of this colorable item.
If successful, returns S_OK; otherwise, returns an error code.
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.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |