ListControl.SetItemsCore(IList) メソッド

定義

派生クラスでオーバーライドされると、コレクション内の指定したオブジェクトの配列を派生クラスで設定します。

protected:
 abstract void SetItemsCore(System::Collections::IList ^ items);
protected abstract void SetItemsCore (System.Collections.IList items);
abstract member SetItemsCore : System.Collections.IList -> unit
Protected MustOverride Sub SetItemsCore (items As IList)

パラメーター

items
IList

項目の配列。

適用対象