IVsDataViewSelectionInfo.SelectionNode 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 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.