DocumentManager.Node Property

Gets the node used to create the manager.

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

Syntax

'宣言
Protected ReadOnly Property Node As HierarchyNode
'使用
Dim value As HierarchyNode

value = Me.Node
protected HierarchyNode Node { get; }
protected:
property HierarchyNode^ Node {
    HierarchyNode^ get ();
}
protected function get Node () : HierarchyNode

Property Value

Type: Microsoft.VisualStudio.Package.HierarchyNode

Returns the node used to construct the DocumentManager.

Permissions

See Also

Reference

DocumentManager Class

DocumentManager Members

Microsoft.VisualStudio.Package Namespace