TransformConverter.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

変換先の型です。

戻り値

Boolean

変換できる場合は true。それ以外の場合は false

適用対象