XamlValueConverter<TConverterBase> Costruttori

Definizione

Inizializza una nuova istanza della classe XamlValueConverter<TConverterBase>.

Overload

XamlValueConverter<TConverterBase>(Type, XamlType)

Inizializza una nuova istanza della classe XamlValueConverter<TConverterBase> in base a un convertitore che implementa Type e al tipo di destinazione dell'oggetto XamlValueConverter<TConverterBase>.

XamlValueConverter<TConverterBase>(Type, XamlType, String)

Inizializza una nuova istanza della classe XamlValueConverter<TConverterBase> in base a un convertitore che implementa Type, al tipo di destinazione dell'oggetto XamlValueConverter<TConverterBase> e a un nome di stringa.

XamlValueConverter<TConverterBase>(Type, XamlType)

Inizializza una nuova istanza della classe XamlValueConverter<TConverterBase> in base a un convertitore che implementa Type e al tipo di destinazione dell'oggetto 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)

Parametri

converterType
Type

Oggetto Type che implementa il comportamento del convertitore.

targetType
XamlType

Oggetto XamlType di destinazione dell'oggetto XamlValueConverter<TConverterBase>.

Si applica a

XamlValueConverter<TConverterBase>(Type, XamlType, String)

Inizializza una nuova istanza della classe XamlValueConverter<TConverterBase> in base a un convertitore che implementa Type, al tipo di destinazione dell'oggetto XamlValueConverter<TConverterBase> e a un nome di stringa.

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)

Parametri

converterType
Type

Oggetto Type che implementa il comportamento del convertitore.

targetType
XamlType

Oggetto XamlType di destinazione dell'oggetto XamlValueConverter<TConverterBase>.

name
String

Nome della stringa.

Eccezioni

I tre parametri sono tutti null (è necessario che almeno uno sia non null).

Commenti

Se name viene fornito come null, viene generato un nome predefinito in base a converterType o targetType.

Si applica a