PathFigureCollectionConverter.CanConvertFrom 方法

定义

指示是否可将对象从给定类型转换为 PathFigureCollection 的实例。

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

将对其查询转换支持的源 Type

返回

Boolean

如果可以将指定类型的对象转换为 PathFigureCollection,则为 true;否则为 false

适用于