XamlTypeTypeConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定是否可使用指定的上下文将 XamlType 的实例转换为指定类型。

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

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

返回

如果此转换器能够执行该操作,则为 true;否则为 false

注解

XamlTypeTypeConverter 仅将 实例 XamlType 与 (StringXamlType) 进行转换。 其他 destinationType 输入返回 false

适用于