共用方式為


ArgumentToExpressionConverter.ConvertBack 方法

定義

將指定的 Argument.Expression 轉換成引數。

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

要轉換的 Argument.Expression。

targetType
Type

未實作。

parameter
Object

未實作。

culture
CultureInfo

未實作。

傳回

Object

傳回 Object

包含已轉換的引數。

實作

適用於