ThicknessConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定类型转换器是否可将 Thickness 实例转换成不同类型。

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

正被计算用于转换的此 Thickness 实例的类型。

返回

如果类型转换器可将此 Thickness 实例转换为 destinationType,则为 true;否则为 false

适用于

另请参阅