CollectionModelBinder<TElement>.CreateEmptyCollection(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
に Object 割り当て可能な を作成します targetType
。
protected:
virtual System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected virtual object CreateEmptyCollection (Type targetType);
abstract member CreateEmptyCollection : Type -> obj
override this.CreateEmptyCollection : Type -> obj
Protected Overridable Function CreateEmptyCollection (targetType As Type) As Object
パラメーター
戻り値
ObjectにtargetType
割り当て可能な 。
注釈
最上位バインドの既定の "空" モデルを作成するときに呼び出されます。