ListBox.CreateItemCollection Methode

Definition

Erstellt eine neue Instanz der Elementauflistung.

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

Gibt zurück

ListBox.ObjectCollection

Eine ListBox.ObjectCollection, die die neue Elementauflistung darstellt.

Hinweise für Vererber

Sie können dies in Ihren abgeleiteten Klassen außer Kraft setzen, um eine andere Auflistung bereitzustellen, um Ihre Elemente zu speichern.

Gilt für

Siehe auch