VirtualizationCacheLengthConverter.CanConvertTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定 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
要转换为的类型。
返回
如果可以将 VirtualizationCacheLengthConverter 转换为指定类型的 VirtualizationCacheLength,则为 true
;否则为 false
。
注解
该方法CanConvertTo返回true
为destinationType
String或 InstanceDescriptor。 否则,CanConvertTo 将返回 false
。