共用方式為


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

適用於

另請參閱