GenericTypeArgumentConverter.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

가져올 형식 인수의 위치(0부터 시작)입니다. 제네릭 형식의 유형 인수 목록에 나오는 인수의 순서상 위치에 해당합니다.

culture
CultureInfo

문화권 정보입니다.

반환

형식 인수입니다.

구현

적용 대상