次の方法で共有


CollectionModelBinder<TElement>.CanCreateInstance(Type) メソッド

定義

この ICollectionModelBinder 実装で に割り当て可能な を Object 作成できるかどうかを示す値を targetType取得します。

public:
 virtual bool CanCreateInstance(Type ^ targetType);
public virtual bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
override this.CanCreateInstance : Type -> bool
Public Overridable Function CanCreateInstance (targetType As Type) As Boolean

パラメーター

targetType
Type

Type モデルの。

戻り値

trueこのICollectionModelBinder実装で に割り当て可能な をObjecttargetTypefalse作成できる場合は 。それ以外の場合は 。

実装

適用対象