Int32CollectionConverter.CanConvertFrom(ITypeDescriptorContext, Type) メソッド

定義

コンバーターが指定した型のオブジェクトを Int32Collection のインスタンスに変換できるかどうかを判断します。

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

パラメーター

context
ITypeDescriptorContext

型のコンテキスト情報を記述します。

sourceType
Type

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

戻り値

指定された型をコンバーターが Int32Collection のインスタンスに変換できる場合は true。それ以外の場合は false

適用対象