XamlValueConverter<TConverterBase> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- 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
- 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
.