XamlSchemaContext.GetValueConverter<TConverterBase> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un convertisseur de valeurs qui peut effectuer une conversion dans le targetType
demandé.
protected public:
generic <typename TConverterBase>
where TConverterBase : class System::Xaml::Schema::XamlValueConverter<TConverterBase> ^ GetValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType);
protected internal System.Xaml.Schema.XamlValueConverter<TConverterBase> GetValueConverter<TConverterBase> (Type converterType, System.Xaml.XamlType targetType) where TConverterBase : class;
member this.GetValueConverter : Type * System.Xaml.XamlType -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> (requires 'ConverterBase : null)
Protected Friend Function GetValueConverter(Of TConverterBase As Class) (converterType As Type, targetType As XamlType) As XamlValueConverter(Of TConverterBase)
Paramètres de type
- TConverterBase
Classe de base du convertisseur spécifique.
Paramètres
- converterType
- Type
Implémentation du convertisseur.
- targetType
- XamlType
Type de destination souhaité pour le convertisseur.
Retours
XamlValueConverter<TConverterBase> comportant une contrainte qui correspond à la contrainte mise sur l'appel de méthode.