ListBox.SetItemsCore(IList) Método

Definición

Borra el contenido de ListBox y agrega los elementos especificados al control.

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)

Parámetros

value
IList

Una matriz de objetos para insertar en el control.

Se aplica a