バージョン

CanConvertTo(ITypeDescriptorContext,Type) メソッド

コンバーターが、指定されたコンテキストを使用して、オブジェクトを指定されたタイプに変換可能かどうかを判別します。
シンタックス
'宣言
 
Public Overloads Overrides Function CanConvertTo( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal destinationType As System.Type _
) As System.Boolean
public override System.bool CanConvertTo( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Type destinationType
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
destinationType
変換先の型を表す System.Type

戻り値の型

コンバーターが変換を実行できる場合は true、それ以外の場合は false。
参照

オンラインで表示: GitHub