ComboBox.SetItemsCore(IList) 方法

定义

在派生类中重写时,在派生类的集合中设置指定对象数组。

protected:
 override void SetItemsCore(System::Collections::IList ^ value);
protected override void SetItemsCore (System.Collections.IList value);
override this.SetItemsCore : System.Collections.IList -> unit
Protected Overrides Sub SetItemsCore (value As IList)

参数

value
IList

项的数组。

适用于