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

コントロールに挿入するオブジェクトの配列。

適用対象