FontSizeConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否能从字体大小值转换为指定类型。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

参数

context
ITypeDescriptorContext

组件的上下文信息,例如组件的容器和 PropertyDescriptor

destinationType
Type

出于转换目的要计算的数据类型。

返回

Boolean

如果可转换此类型,则为 true;否则为 false

适用于