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

定義

アクションタイプのコンバータが指定された宛先オブジェクトに変換できるかどうかを指定します。

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

変換先の種類。

返品

アクションタイプ変換器が指定された宛先オブジェクトに変換できる場合に真である。そうでなければ、誤りです。

適用対象