ImageFormatConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

获取一个值,该值指示此转换器能否使用上下文将对象转换为指定的目标类型。

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,它表示要将此 ImageFormat 对象转换到的类型。

返回

如果此对象可以执行转换,则此方法返回 true

注解

转换 ImageFormatConverter 和转换已知图像格式,如 类中指定的 ImageFormat

适用于