ArgumentToExpressionConverter.Convert 메서드

정의

지정된 인수를 식으로 변환합니다.

public:
 virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert(object value, 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 (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

매개 변수

value
Object

바인딩 소스에서 생성되는 값입니다.

targetType
Type

바인딩 대상 속성의 형식입니다.

parameter
Object

사용할 변환기 매개 변수입니다.

culture
CultureInfo

CultureInfo 변환기에서 사용할 수 있습니다.

반품

변환된 Argument.Expression을 포함하는 인스턴스 Object 입니다.

변환된 Argument.Expression을 포함합니다.

구현

설명

다음을 실행합니다.parameter

적용 대상