DataGridLengthConverter.ConvertFrom 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 개체를 DataGridLength 클래스의 인스턴스로 변환합니다.
public:
override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
매개 변수
- context
- ITypeDescriptorContext
형식 컨텍스트를 제공하는 개체입니다.
- culture
- CultureInfo
현재 문화권으로 사용할 개체입니다.
- value
- Object
변환할 값입니다.
반환
변환된 값입니다.
예외
value
이(가) null
인 경우
value
가 DataGridLength 형식으로 변환할 수 있는 유효한 형식이 아닌 경우