Share via


IVsDataExplorerNode.PreviousSibling Property

Definition

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.

Applies to