FontWeightConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此转换器是否可将给定类型的对象转换为 FontWeight 的实例。
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
参数
类型的上下文信息。
- t
- Type
正被计算用于转换的源类型。
返回
如果转换器可以将提供的类型转换为 FontWeight 实例,则为 true
;否则为 false
。