PropertyPathConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

返回此转换器是否可将该对象转换为 PropertyPath 类型。

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

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

destinationType
Type

一个 Type,表示你希望转换为的类型。

返回

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

适用于