IVsDataViewSelectionInfo.SelectionNode Property

Definition

Gets information about a selection node from the selection.

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

Property Value

An IVsDataViewSelectionNodeInfo containing information about a selection node from the selection.

Applies to