ModelToObjectValueConverter.Convert(Object, Type, Object, CultureInfo) 메서드

정의

지정한 개체를 내부 값으로 변환합니다.

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

변환할 ModelItem입니다.

targetType
Type

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

parameter
Object

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

culture
CultureInfo

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

반환

Object

내부 값이 포함된 개체입니다.

구현

적용 대상