ModelPropertyEntryToModelItemConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 PropertyEntry 衍生物件轉換成 ModelItem。
多載
Convert(Object, Type, Object, CultureInfo) | |
Convert(Object[], Type, Object, CultureInfo) |
Convert(Object, Type, Object, CultureInfo)
public:
virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
參數
- targetType
- Type
未使用。
- parameter
- Object
未使用。
- culture
- CultureInfo
未使用。
傳回
物件,其中包含 ModelItem、EditingContext,以及 UI 屬性的值。
實作
適用於
Convert(Object[], Type, Object, CultureInfo)
public:
virtual System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object
參數
- targetType
- Type
未使用。
- parameter
- Object
要使用的轉換子參數。
- culture
- CultureInfo
未使用。
傳回
物件,其中包含 ModelItem、EditingContext,以及 UI 屬性的值。