ValueConversionAttribute(Type, Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定來源類型和目標類型來將 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
。