FontFamilyConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

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

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

正被计算用于转换的此 FontFamily 实例的所需类型。

返回

如果转换器可以将此 FontFamily 实例转换为指定类型,则为 true;否则为 false

注解

仅当 是 FontFamily 类型且 destinationTypeString 类型时context,才能进行转换。 此外, Sourcecontext 属性不能为 null 或等于 Empty,后者标识 context 为匿名 FontFamily

适用于