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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.