共用方式為


ModelPropertyEntryToModelItemConverter.ConvertBack 方法

定義

這個版本不支援。

多載

ConvertBack(Object, Type, Object, CultureInfo)

這個版本不支援。

ConvertBack(Object, Type[], Object, CultureInfo)

這個版本不支援。

ConvertBack(Object, Type, Object, CultureInfo)

這個版本不支援。

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

物件。

實作

適用於

ConvertBack(Object, Type[], Object, CultureInfo)

這個版本不支援。

public:
 virtual cli::array <System::Object ^> ^ ConvertBack(System::Object ^ value, cli::array <Type ^> ^ targetTypes, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object[] ConvertBack (object value, Type[] targetTypes, 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, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()

參數

value
Object

未使用。

targetTypes
Type[]

未使用。

parameter
Object

未使用。

culture
CultureInfo

未使用。

傳回

Object[]

物件。

實作

適用於