ModelToObjectValueConverter.ConvertBack 메서드

정의

지정한 값을 수정하지 않고 반환합니다.

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

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

반환

수정하지 않은 값이 포함된 개체입니다.

구현

설명

이 메서드는 수정 없이 값을 수락할 수 있으므로 SetValue 값에 아무 것도 수행하지 않습니다.

적용 대상