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

정의

정수를 Values 목록의 개체로 변환합니다.

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

매개 변수

o
Object

Values 속성의 개체를 찾는 데 사용할 정수입니다.

targetType
Type

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

parameter
Object

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

culture
CultureInfo

변환기에서 사용할 문화권입니다.

반환

Object

Values의 항목 수를 법으로 하여 o 위치에 있는 개체입니다.

구현

적용 대상