ListBox.CreateItemCollection 메서드

정의

항목 컬렉션의 새 인스턴스를 만듭니다.

protected:
 virtual System::Windows::Forms::ListBox::ObjectCollection ^ CreateItemCollection();
protected virtual System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection ();
abstract member CreateItemCollection : unit -> System.Windows.Forms.ListBox.ObjectCollection
override this.CreateItemCollection : unit -> System.Windows.Forms.ListBox.ObjectCollection
Protected Overridable Function CreateItemCollection () As ListBox.ObjectCollection

반환

ListBox.ObjectCollection

새 항목 컬렉션을 나타내는 ListBox.ObjectCollection입니다.

상속자 참고

파생 클래스에서 이를 재정의하여 항목을 저장할 다른 컬렉션을 제공할 수 있습니다.

적용 대상

추가 정보