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
- 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