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
- 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.