次の方法で共有


XamlValueConverter<TConverterBase> コンストラクター

定義

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)

パラメーター

converterType
Type

コンバーターの動作を実装する Type

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)

パラメーター

converterType
Type

コンバーターの動作を実装する Type

targetType
XamlType

XamlType の対象/変換先の XamlValueConverter<TConverterBase>

name
String

文字列名。

例外

すべての 3 つのパラメーターが null です (少なくとも 1 つは null でないことが必要です)。

注釈

指定されている場合namenull、既定の名前がどちらかconverterType``targetTypeに基づいて生成されます。

適用対象