DesignerActionListCollection.Remove(DesignerActionList) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego DesignerActionList elementu z kolekcji.

public:
 void Remove(System::ComponentModel::Design::DesignerActionList ^ value);
public void Remove (System.ComponentModel.Design.DesignerActionList value);
public void Remove (System.ComponentModel.Design.DesignerActionList? value);
member this.Remove : System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (value As DesignerActionList)

Parametry

value
DesignerActionList

Element DesignerActionList do usunięcia z bieżącej kolekcji.

Uwagi

DesignerActionListCollection Wewnętrznie klasa używa klasy , System.Collections.ArrayList aby zawierać jej kolekcję DesignerActionList obiektów. Ponieważ listy utrzymują ciągłe elementy, elementy, które następują po punkcie usuwania, przechodzą w górę, aby zajmować opuszczone miejsce. Zmiana układu zmienia indeks elementów po punkcie usuwania.

Dotyczy

Zobacz też