VirtualizationCacheLengthConverter.CanConvertTo メソッド

定義

VirtualizationCacheLengthConverterVirtualizationCacheLength を指定した型に変換できるかどうかを判断します。

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

VirtualizationCacheLengthConverterVirtualizationCacheLength を指定した型に変換できる場合は true。それ以外の場合は false

注釈

このメソッドは CanConvertTotrue is destinationType String または InstanceDescriptor. それ以外の場合、CanConvertTofalse を返します。

適用対象