StrokeCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

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

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

一个提供格式上下文的 ITypeDescriptorContext

destinationType
Type

转换的目标 Type

返回

如果 StrokeCollectionConverter 可将 StrokeCollection 转换为 sourceType,则为 true;否则为 false

适用于