ImageConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

使用指定的上下文确定此 ImageConverter 是否能够将 Image 转换为指定类型的实例。

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,它指定要转换为的类型。

返回

如果此 ImageConverter 可以执行转换,则此方法返回 true;否则返回 false

注解

仅当 等于字节数组或字符串时sourceType,此方法才返回 true

适用于