다음을 통해 공유


ArgumentToExpressionModelItemConverter.ConvertBack 메서드

정의

지정한 식 모델 항목을 인수로 변환합니다.

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[]

인수를 포함하는 개체입니다.

구현

적용 대상