IVsDataViewSelectionInfo.SelectionType (Propiedad)

Obtiene el tipo de objeto de datos que representa en la selección.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property SelectionType As IVsDataObjectType
IVsDataObjectType SelectionType { get; }
property IVsDataObjectType^ SelectionType {
    IVsDataObjectType^ get ();
}
abstract SelectionType : IVsDataObjectType
function get SelectionType () : IVsDataObjectType

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Un objeto de IVsDataObjectType que representa el tipo de objeto de datos que representa en la selección.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewSelectionInfo Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)