MobileListItemCollection.RemoveAt(Int32) Metoda

Definice

Odebere položku z pozice se zadaným indexem. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & weby s 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

Číslo indexu položky, která se má odebrat.

Platí pro

Viz také