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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Services, espace de noms