Partilhar via


Método IVsDataMappedObjectType.GetSelection

Retorna um objeto de IVsDataMappedObjectSelection que representa o conteúdo de marca XML de seleção correspondente a esse tipo mapeado.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
Um objeto de IVsDataMappedObjectSelection que representa o conteúdo de marca XML de seleção correspondente a esse tipo mapeado.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectType Interface

Namespace Microsoft.VisualStudio.Data.Services