PropertyPathConverter.CanConvertFrom(ITypeDescriptorContext, Type) 方法

定义

返回此转换器是否可以将一种类型的对象转换为 PropertyPath 类型。

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

参数

typeDescriptorContext
ITypeDescriptorContext

一个 ITypeDescriptorContext,用于提供格式上下文。

sourceType
Type

一个 Type,表示要转换的类型。

返回

Boolean

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

适用于