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

항목의 배열입니다.

적용 대상