Condividi tramite


Metodo IVsDataMappedObjectSelector.SupportsType<T>

Indica se il selettore mappato di oggetto può associare il tipo di oggetto relazionale rappresentato dal tipo generico T a un tipo sottostante.

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

Sintassi

'Dichiarazione
Function SupportsType(Of T As IVsDataMappedObject) As Boolean
bool SupportsType<T>()
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject 
bool SupportsType()
abstract SupportsType : unit -> bool   when 'T : IVsDataMappedObject
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • T
    Tipo del parametro.

Valore restituito

Tipo: Boolean
true se il tipo è supportato; in caso contrario, false.

Note

Il tipo è supportato se esiste la voce mappata corrispondente del tipo per il modello di supporto dell'oggetto dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataMappedObjectSelector Interfaccia

Overload SupportsType

Spazio dei nomi Microsoft.VisualStudio.Data.Services