RequestCachePolicyConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

返回一个值,该值指示此转换器是否可以使用指定的上下文,将对象转换为指定的类型。

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

对其进行支持查询的类型。

返回

Boolean

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

注解

CanConvertTo.NET Framework版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于