IVsDataMappedObjectType.GetSelection (Método)

Devuelve un objeto de IVsDataMappedObjectSelection que representa el contenido de la etiqueta XML de la selección correspondiente a este tipo asignado.

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

Sintaxis

'Declaración
Function GetSelection ( _
    underlyingType As IVsDataObjectType _
) As IVsDataMappedObjectSelection
IVsDataMappedObjectSelection GetSelection(
    IVsDataObjectType underlyingType
)
IVsDataMappedObjectSelection^ GetSelection(
    IVsDataObjectType^ underlyingType
)
abstract GetSelection : 
        underlyingType:IVsDataObjectType -> IVsDataMappedObjectSelection 
function GetSelection(
    underlyingType : IVsDataObjectType
) : IVsDataMappedObjectSelection

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
Un objeto de IVsDataMappedObjectSelection que representa el contenido de la etiqueta XML de la selección correspondiente a esto al tipo.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObjectType Interfaz

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