XamlValueConverter<TConverterBase> Constructeurs
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.
Initialise une nouvelle instance de la classe XamlValueConverter<TConverterBase>.
Surcharges
XamlValueConverter<TConverterBase>(Type, XamlType) |
Initialise une nouvelle instance de la classe XamlValueConverter<TConverterBase>, sur la base d'un convertisseur implémentant Type et du type cible/de destination de XamlValueConverter<TConverterBase>. |
XamlValueConverter<TConverterBase>(Type, XamlType, String) |
Initialise une nouvelle instance de la classe XamlValueConverter<TConverterBase>, sur la base d'un convertisseur implémentant Type, du type cible/de destination de XamlValueConverter<TConverterBase> et d'un nom de chaîne. |
XamlValueConverter<TConverterBase>(Type, XamlType)
Initialise une nouvelle instance de la classe XamlValueConverter<TConverterBase>, sur la base d'un convertisseur implémentant Type et du type cible/de destination de XamlValueConverter<TConverterBase>.
public:
XamlValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType);
public XamlValueConverter (Type converterType, System.Xaml.XamlType targetType);
new System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> : Type * System.Xaml.XamlType -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)>
Public Sub New (converterType As Type, targetType As XamlType)
Paramètres
- targetType
- XamlType
XamlType cible/de destination de XamlValueConverter<TConverterBase>.
S’applique à
XamlValueConverter<TConverterBase>(Type, XamlType, String)
Initialise une nouvelle instance de la classe XamlValueConverter<TConverterBase>, sur la base d'un convertisseur implémentant Type, du type cible/de destination de XamlValueConverter<TConverterBase> et d'un nom de chaîne.
public:
XamlValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType, System::String ^ name);
public XamlValueConverter (Type converterType, System.Xaml.XamlType targetType, string name);
new System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> : Type * System.Xaml.XamlType * string -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)>
Public Sub New (converterType As Type, targetType As XamlType, name As String)
Paramètres
- targetType
- XamlType
XamlType cible/de destination de XamlValueConverter<TConverterBase>.
- name
- String
Nom de la chaîne.
Exceptions
Les trois paramètres sont null
(au moins l'un d'entre eux ne doit pas être NULL).
Remarques
S’il name
est fourni en tant que null
, un nom par défaut est généré en fonction de l’un ou targetType
l’autre converterType
.