TextDecorationCollectionConverter.CanConvertFrom 方法

定义

返回一个值,该值指示此转换器是否可将给定类型的对象转换为 TextDecorationCollection 的实例。

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

参数

context
ITypeDescriptorContext

描述类型的上下文信息。

sourceType
Type

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

返回

Boolean

如果转换器可以将提供的类型转换为 TextDecorationCollection 实例,则为 true;否则为 false

适用于