SizeFConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

返回一个值,该值指示 SizeFConverter 是否可以将 SizeF 转换到指定的类型。

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
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,表示要转换的类型。

返回

如果该转换器能够执行转换,则为 true;否则为 false

适用于