Język

ControlElementCollection.RemoveAt(Int32) Metoda

Definicja

ControlElement Usuwa obiekt z określonym indeksem. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

public:
 void RemoveAt(int index);
public void RemoveAt(int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Indeks zerowy elementu do usunięcia.

Dotyczy