AxHost.StateConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

返回 AxHost.StateConverter 是否可以将某个对象转换为给定的目标类型(使用上下文)。

此 API 支持产品基础结构,不能在代码中直接使用。

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,表示转换的源类型。

返回

如果 AxHost.StateConverter 可执行转换,则为 true;否则为 false

适用于