CacheModeConverter.CanConvertTo(ITypeDescriptorContext, Type) 方法

定义

确定此 CacheModeConverter 是否能够使用指定的上下文将 CacheMode 转换为指定类型的实例。

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

一个提供格式上下文的 ITypeDescriptorContext

destinationType
Type

一个类型,表示转换的目标类型。

返回

如果此 CacheModeConverter 可执行转换,则为 true;否则为 false

适用于