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

項目的陣列。

適用於