InputScopeConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否可将 InputScope 对象转换为指定类型的对象。

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 接口。 此参数可以为 null

destinationType
Type

一个要检查转换兼容性的 Type

返回

如果 destinationTypeString 类型,则为 true;否则为 false

适用于