Share via


IVsHierarchyItem.CanonicalName Property

Definition

Gets the canonical name of the item, corresponding to the GetCanonicalName(UInt32, String).

public:
 property System::String ^ CanonicalName { System::String ^ get(); };
public:
 property Platform::String ^ CanonicalName { Platform::String ^ get(); };
public string CanonicalName { get; }
member this.CanonicalName : string
Public ReadOnly Property CanonicalName As String

Property Value

The canonical name of the item.

Applies to