Share via


IVsDataExplorerNode.NextSibling Property

Definition

Gets the next node that is a sibling to the current node in Server Explorer.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ NextSibling { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode NextSibling { get; }
member this.NextSibling : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public ReadOnly Property NextSibling As IVsDataExplorerNode

Property Value

An IVsDataExplorerNode object representing the next node that is a sibling to the current node.

Applies to