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

컨트롤에 삽입할 개체의 배열입니다.

적용 대상