ToolStripItemCollection.IList.RemoveAt(Int32) Metoda

Definicja

Usuwa element z kolekcji w określonym indeksie.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

Parametry

index
Int32

Liczony od zera indeks elementu, który ma zostać usunięty.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ToolStripItemCollection wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy