ListBox.CreateItemCollection Yöntem

Tanım

Öğe koleksiyonunun yeni bir örneğini oluşturur.

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

Döndürülenler

ListBox.ObjectCollection

ListBox.ObjectCollection Yeni öğe koleksiyonunu temsil eden bir.

Devralanlara Notlar

Öğelerinizi depolamak için farklı bir koleksiyon sağlamak için türetilmiş sınıflarınızda bunu geçersiz kılabilirsiniz.

Şunlara uygulanır

Ayrıca bkz.