LinkConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

检索一个值,该值确定此 LinkConverter 是否能将具有指定上下文的对象转换为指定类型。

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

对象要转换为的类型。

返回

Boolean

如果此 LinkConverter 可以转换指定的对象,则为 true;否则为 false

适用于

另请参阅