Partager via


AdapterService.GetAdapter, méthode (Type, 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 MustOverride Function GetAdapter ( _
    adapterType As Type, _
    itemType As Type _
) As Adapter
public abstract Adapter GetAdapter(
    Type adapterType,
    Type itemType
)
public:
virtual Adapter^ GetAdapter(
    Type^ adapterType, 
    Type^ itemType
) abstract
abstract GetAdapter : 
        adapterType:Type * 
        itemType:Type -> Adapter 
public abstract function GetAdapter(
    adapterType : Type, 
    itemType : Type
) : Adapter

Paramètres

  • adapterType
    Type : System.Type
    Type d'adaptateur à retourner.
  • itemType
    Type : System.Type
    Élément pour lequel obtenir l'adaptateur.

Valeur de retour

Type : Microsoft.Windows.Design.Interaction.Adapter
Adapter de type adapterType pour itemType.

Notes

Cette méthode peut retourner nullune référence null (Nothing en Visual Basic) si l'élément n'offre pas un tel adaptateur.

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