FigureLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否可将 FigureLength 的实例转换为指定类型。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

参数

typeDescriptorContext
ITypeDescriptorContext

描述类型的上下文信息。

destinationType
Type

正在计算的此 FigureLength 要转换为的所需类型。

返回

如果可以将 FigureLength 的实例转换为 destinationType,则为 true;否则为 false

注解

此转换器支持两种目标类型: String、 或 InstanceDescriptor

适用于