TemplateKeyConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定能否将 TemplateKey 的实例转换为指定类型。

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

一种格式上下文,可提供有关要从中调用此转换器的环境的信息。

destinationType
Type

要进行计算以供转换的类型。

返回

始终返回 false

注解

请参阅 中的 TemplateKeyConverter“备注”。

适用于