KeyConverter.CanConvertTo(ITypeDescriptorContext, Type) メソッド

定義

指定したコンテキストを使用して、Key のインスタンスを指定した型に変換できるかどうかを判断します。

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

このコンバーターの呼び出し元の環境に関する情報を提供する書式指定コンテキスト。

destinationType
Type

変換の評価対象となる型。

戻り値

true の型が destinationType の場合は String。それ以外の場合は false

注釈

コンテキストが関係する場合、コンテキストは、シリアル化する値が値の範囲内 Key にあるかどうかもチェックします。

適用対象