IVsDataExplorerNode.PreviousSibling 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 a node that is a sibling to the current node and that is immediately before the current node.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ PreviousSibling { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode PreviousSibling { get; }
member this.PreviousSibling : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public ReadOnly Property PreviousSibling As IVsDataExplorerNode
Property Value
An IVsDataExplorerNode object representing the previous node that is a sibling to the current node.