StrokeCollectionConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定义

返回一个值,该值指示 StrokeCollectionConverter 是否可将指定类型的对象转换为 StrokeCollection

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

一个提供格式上下文的 ITypeDescriptorContext

sourceType
Type

要转换的源 Type

返回

Boolean

如果 StrokeCollectionConverter 可将 sourceType 类型的对象转换为 StrokeCollection,则为 true;否则为 false

适用于