HierarchyNode.PreviousSibling Property

Gets or sets the node that immediately precedes this hierarchy node element.

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

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.Package.HierarchyNode

The previous sibling in the child list of the parent node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace