Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next node that is a sibling to the current node in Server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property NextSibling As IVsDataExplorerNode
'Usage
Dim instance As IVsDataExplorerNode
Dim value As IVsDataExplorerNode
value = instance.NextSibling
IVsDataExplorerNode NextSibling { get; }
property IVsDataExplorerNode^ NextSibling {
IVsDataExplorerNode^ get ();
}
function get NextSibling () : IVsDataExplorerNode
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the next node that is a sibling to the current node.
Remarks
Sibling nodes are nodes that have the same parent node.
You can use this method in conjunction with the PreviousSibling property to traverse the list of sibling nodes in both directions.
Examples
.NET Framework Security
- 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.