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

項目の配列。

適用対象