ObjectListCommandCollection.RemoveAt(Int32) Método

Definição

Remove o comando no índice especificado. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

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

Parâmetros

index
Int32

O número de índice do comando a remover.

Aplica-se a

Ver também