Condividi tramite


Metodo IVsDataMappedObjectType.GetSelection

Restituisce un oggetto IVsDataMappedObjectSelection che rappresenta il contenuto del tag di selezione XML che corrisponde a questo tipo mappato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
Un oggetto IVsDataMappedObjectSelection che rappresenta il contenuto del tag di selezione XML che corrisponde a questo tipo mappato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataMappedObjectType Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services