HierarchyNode.Parent Property

Gets or sets the parent node of this element.

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

Syntax

'宣言
<BrowsableAttribute(False)> _
Public Property Parent As HierarchyNode
'使用
Dim instance As HierarchyNode
Dim value As HierarchyNode

value = instance.Parent

instance.Parent = value
[BrowsableAttribute(false)]
public HierarchyNode Parent { get; set; }
[BrowsableAttribute(false)]
public:
property HierarchyNode^ Parent {
    HierarchyNode^ get ();
    void set (HierarchyNode^ value);
}
public function get Parent () : HierarchyNode
public function set Parent (value : HierarchyNode)

Property Value

Type: Microsoft.VisualStudio.Package.HierarchyNode

The parent node of the hierarchy node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace