RoutedEventConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

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

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean

参数

typeDescriptorContext
ITypeDescriptorContext

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

destinationType
Type

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

返回

始终返回 false

适用于