ListBox.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
要插入控件中的对象的数组。An array of objects to insert into the control.