XamlTypeTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否可使用指定上下文,将指定类型的对象转换为 XamlType 的实例。
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean
参数
- context
- ITypeDescriptorContext
一种格式上下文,可提供有关要从中调用此转换器的环境的信息。
- sourceType
- Type
要进行计算以供转换的类型。
返回
如果此转换器能够执行该操作,则为 true
;否则为 false
。
注解
该XamlTypeTypeConverter类仅转换 (或XamlType) 的实例XamlType String 。 其他 sourceType
输入返回 false
。