Gets or sets the hierarchy node with which these properties are associated.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Node As HierarchyNode
'使用
Dim instance As NodeProperties
Dim value As HierarchyNode
value = instance.Node
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public HierarchyNode Node { get; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property HierarchyNode^ Node {
HierarchyNode^ get ();
}
public function get Node () : HierarchyNode
Property Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
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.