共用方式為


ModelToObjectValueConverter.ConvertBack 方法

定義

傳回未修改的指定值。

public:
 virtual System::Object ^ ConvertBack(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

參數

value
Object

不需要執行任何動作的物件。

targetType
Type

未在這個實作中使用。

parameter
Object

未在這個實作中使用。

culture
CultureInfo

未在這個實作中使用。

傳回

Object

包含未修改之值的物件。

實作

備註

這個方法不會對值執行任何動作,因為 SetValue 可以接受未修改的值。

適用於