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
- 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.