ValueConversionAttribute(Type, Type) コンストラクター

定義

指定されたソース型およびターゲット型を使用して、ValueConversionAttribute クラスの新しいインスタンスを初期化します。

public:
 ValueConversionAttribute(Type ^ sourceType, Type ^ targetType);
public ValueConversionAttribute (Type sourceType, Type targetType);
new System.Windows.Data.ValueConversionAttribute : Type * Type -> System.Windows.Data.ValueConversionAttribute
Public Sub New (sourceType As Type, targetType As Type)

パラメーター

sourceType
Type

このコンバーターの変換元の種類。

targetType
Type

このコンバーターの変換先の型。

例外

targetType パラメーターとして null を使用することはできません。

適用対象

こちらもご覧ください