HierarchyNode.GetCanonicalName Method

Gets the canonical name for the current node.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable Function GetCanonicalName As String
'使用
Dim returnValue As String

returnValue = Me.GetCanonicalName()
protected virtual string GetCanonicalName()
protected:
virtual String^ GetCanonicalName()
protected function GetCanonicalName() : String

Return Value

Type: System.String

The document moniker, which is typically the fully-qualified name of the document.

Remarks

The canonical name is used for persisting properties related to this item.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

GetCanonicalName Overload

Microsoft.VisualStudio.Package Namespace