Sdílet prostřednictvím


XamlValueConverter<TConverterBase> Konstruktory

Definice

Inicializuje novou instanci XamlValueConverter<TConverterBase> třídy.

Přetížení

XamlValueConverter<TConverterBase>(Type, XamlType)

Inicializuje novou instanci XamlValueConverter<TConverterBase> třídy na základě převaděče implementace Type a cílového/cílového XamlValueConverter<TConverterBase>typu .

XamlValueConverter<TConverterBase>(Type, XamlType, String)

Inicializuje novou instanci XamlValueConverter<TConverterBase> třídy na základě převaděče implementuje Type cílový/cílový typ XamlValueConverter<TConverterBase>řetězce a název řetězce.

XamlValueConverter<TConverterBase>(Type, XamlType)

Inicializuje novou instanci XamlValueConverter<TConverterBase> třídy na základě převaděče implementace Type a cílového/cílového XamlValueConverter<TConverterBase>typu .

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)

Parametry

converterType
Type

Implementuje Type chování převaděče.

targetType
XamlType

Cíl/cíl XamlType objektu XamlValueConverter<TConverterBase>.

Platí pro

XamlValueConverter<TConverterBase>(Type, XamlType, String)

Inicializuje novou instanci XamlValueConverter<TConverterBase> třídy na základě převaděče implementuje Type cílový/cílový typ XamlValueConverter<TConverterBase>řetězce a název řetězce.

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)

Parametry

converterType
Type

Implementuje Type chování převaděče.

targetType
XamlType

Cíl/cíl XamlType objektu XamlValueConverter<TConverterBase>.

name
String

Název řetězce

Výjimky

Všechny tři parametry jsou null (aspoň jeden musí být nenulový).

Poznámky

Pokud name je zadaný jako null, vygeneruje se výchozí název na základě nebo targetType``converterType .

Platí pro