IVsDataViewSelectionInfo.SelectionType Property

Definition

Gets the type of the data object representing in the selection.

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

Property Value

An IVsDataObjectType object representing the type of the data object representing in the selection.

Applies to