GridLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GridLength의 인스턴스를 다른 형식으로 변환할 수 있는지 여부를 확인합니다.
public:
override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean
매개 변수
- typeDescriptorContext
- ITypeDescriptorContext
형식의 컨텍스트 정보를 설명합니다.
- destinationType
- Type
GridLength의 이 인스턴스를 변환할 수 있는지 확인할 대상 형식입니다.
반환
변환기에서 이 GridLength의 인스턴스를 지정된 형식으로 변환할 수 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
GridLengthConverter는 다음 형식StringSingleUInt32DecimalInt16UInt64DoubleInt32Int64UInt16으로 변환을 지원합니다.