ListBox.SetItemsCore(IList) Methode

Definition

Löscht den Inhalt der ListBox und fügt dem Steuerelement die angegebenen Elemente hinzu.

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)

Parameter

value
IList

Ein Objektarray, das in das Steuerelement eingefügt werden soll.

Gilt für