NodeProperties.Node Property

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

HierarchyNode.

Permissions

See Also

Reference

NodeProperties Class

NodeProperties Members

Microsoft.VisualStudio.Package Namespace