다음을 통해 공유


ArgumentToExpressionModelItemConverter.Convert 메서드

정의

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

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

변환할 인수가 포함된 배열입니다. 인덱스 1에 있는 배열 항목만 사용됩니다.

targetType
Type

이 구현에서는 사용되지 않습니다.

parameter
Object

이 구현에서는 사용되지 않습니다.

culture
CultureInfo

이 구현에서는 사용되지 않습니다.

반환

Object

식 모델 항목을 포함하는 개체입니다.

구현

적용 대상