FontFamilyConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定义

确定是否可将一个类从特定类型转换成 FontFamily 实例。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

参数

td
ITypeDescriptorContext

描述类型的上下文信息。

t
Type

正被计算用于转换的源类型。

返回

Boolean

如果转换器可从指定类型转换成 FontFamily 的实例,则为 true;否则为 false

注解

FontFamilyConverter 支持从类型进行 String 转换。

适用于