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

項目的陣列。

適用於