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

项的数组。

适用于