XamlValueConverter<TConverterBase> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XamlValueConverter<TConverterBase> クラスの新しいインスタンスを初期化します。
オーバーロード
XamlValueConverter<TConverterBase>(Type, XamlType) |
XamlValueConverter<TConverterBase> を実装するコンバーターと、Type の対象/変換先の型に基づいて、XamlValueConverter<TConverterBase> クラスの新しいインスタンスを初期化します。 |
XamlValueConverter<TConverterBase>(Type, XamlType, String) |
XamlValueConverter<TConverterBase> を実装するコンバーター、Type の対象/変換先の型、および文字列名に基づいて、XamlValueConverter<TConverterBase> クラスの新しいインスタンスを初期化します。 |
XamlValueConverter<TConverterBase>(Type, XamlType)
XamlValueConverter<TConverterBase> を実装するコンバーターと、Type の対象/変換先の型に基づいて、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)
パラメーター
- targetType
- XamlType
XamlType の対象/変換先の XamlValueConverter<TConverterBase>。
適用対象
XamlValueConverter<TConverterBase>(Type, XamlType, String)
XamlValueConverter<TConverterBase> を実装するコンバーター、Type の対象/変換先の型、および文字列名に基づいて、XamlValueConverter<TConverterBase> クラスの新しいインスタンスを初期化します。
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)
パラメーター
- targetType
- XamlType
XamlType の対象/変換先の XamlValueConverter<TConverterBase>。
- name
- String
文字列名。
例外
すべての 3 つのパラメーターが null
です (少なくとも 1 つは null でないことが必要です)。
注釈
指定されている場合name
はnull
、既定の名前がどちらかconverterType``targetType
に基づいて生成されます。