VirtualizationCacheLengthConverter.CanConvertTo 方法

定义

确定 VirtualizationCacheLengthConverter 是否能够转转换到指定类型的 VirtualizationCacheLength

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

如果可以将 VirtualizationCacheLengthConverter 转换为指定类型的 VirtualizationCacheLength,则为 true;否则为 false

注解

该方法CanConvertTo返回truedestinationTypeStringInstanceDescriptor。 否则,CanConvertTo 将返回 false

适用于