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
- underlyingType
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Il tipo sottostante in cui questo tipo corrispondente mappato.Questa operazione è necessaria perché il tipo mappato può eseguire il mapping a diversi tipi sottostanti.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.