Condividi tramite


Metodo IVsDataMappedObjectSelector.SupportsType<T> (String)

Indica se il selettore mappato di oggetto può associare il tipo di oggetto relazionale rappresentato dal tipo generico T e il nome del tipo specifico di 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) ( _
    specificTypeName As String _
) As Boolean
bool SupportsType<T>(
    string specificTypeName
)
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject
bool SupportsType(
    String^ specificTypeName
)
abstract SupportsType : 
        specificTypeName:string -> bool  when 'T : IVsDataMappedObject
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

  • T
    Tipo del parametro.

Parametri

  • specificTypeName
    Tipo: System.String
    Il nome del tipo di oggetto specifico relazionale da analizzare.

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataMappedObjectSelector Interfaccia

Overload SupportsType

Spazio dei nomi Microsoft.VisualStudio.Data.Services