次の方法で共有


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

変換先の型です。

戻り値

True の 場合、アクションの種類のコンバーターは、指定した変換先オブジェクトに変換できます。それ以外の場合は false。

適用対象