ListBox.SetItemsCore(IList) 方法

定义

清除 ListBox 的内容,并向控件中添加指定项。

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

要插入控件中的对象的数组。

适用于