HierarchyNode.GetMkDocument Method

Gets the name of the node.

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

Syntax

'宣言
Public Overridable Function GetMkDocument As String
'使用
Dim instance As HierarchyNode
Dim returnValue As String

returnValue = instance.GetMkDocument()
public virtual string GetMkDocument()
public:
virtual String^ GetMkDocument()
public function GetMkDocument() : String

Return Value

Type: System.String

By default, returns the empty string.

Remarks

Implementations should return the unique name of the item, typically its path.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace