Point3DCollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

返回一个值,该值指示此类型转换器是否可转换为指定的类型。

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

此调用的类型说明符上下文。

destinationType
Type

对其进行支持查询的类型。

返回

如果此转换器可转换为提供的类型,则为 true;否则为 false

适用于