Partager via


IVsDataMappedObjectSelector.SupportsType<T>, méthode (String)

Indique si le sélecteur mappé d'objet peut mapper le type d'objet/relationnel représenté par le type générique T et le type spécifique nom à un type sous-jacent.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • T
    Type du paramètre.

Paramètres

  • specificTypeName
    Type : System.String
    Le type spécifique nom de l'objet/relationnel à examiner.

Valeur de retour

Type : System.Boolean
true si le type est pris en charge ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataMappedObjectSelector Interface

SupportsType, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms