IVsDataExplorerNode.NextSibling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.