FontWeightConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

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

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

类型的上下文信息。

destinationType
Type

正在对此 FontWeight 实例进行计算以转换到的所需类型。

返回

如果转换器可以转换 FontWeight 的此实例,则为 true;否则为 false

适用于