HierarchyNode.NextSibling Property

Gets or sets the next sibling node.

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

Syntax

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

value = instance.NextSibling

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

Property Value

Type: Microsoft.VisualStudio.Package.HierarchyNode

The next sibling node.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace