ObjectToModelValueConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 ModelPropertyEntry
轉換成包含原始項目的 ModelItem
。
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
參數
- values
- Object[]
要進行轉換的 ModelPropertyEntry
。
- targetType
- Type
未在這個實作中使用。
- parameter
- Object
未在這個實作中使用。
- culture
- CultureInfo
未在這個實作中使用。
傳回
傳回 Object。
實作
備註
這個方法是與物件之間的雙向系結 PropertyValue
。