Partager via


AdapterService.GetAdapter<TAdapterType>, méthode (Type)

Retourne un adaptateur du type spécifié pour l'élément spécifié.

Espace de noms :  Microsoft.Windows.Design.Services
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Function GetAdapter(Of TAdapterType As Adapter) ( _
    itemType As Type _
) As TAdapterType
public TAdapterType GetAdapter<TAdapterType>(
    Type itemType
)
where TAdapterType : Adapter
public:
generic<typename TAdapterType>
where TAdapterType : Adapter
TAdapterType GetAdapter(
    Type^ itemType
)
member GetAdapter : 
        itemType:Type -> 'TAdapterType  when 'TAdapterType : Adapter
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • TAdapterType
    Type d'adaptateur.

Paramètres

  • itemType
    Type : System.Type
    Élément pour lequel obtenir l'adaptateur.

Valeur de retour

Type : TAdapterType
Adapter de type TAdapterType pour itemType.

Sécurité .NET Framework

Voir aussi

Référence

AdapterService Classe

GetAdapter, surcharge

Microsoft.Windows.Design.Services, espace de noms

Adapter

ParentAdapter

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF