BindingsCollection.RemoveAt(Int32) Método

Definición

Elimina el enlace de la colección en el índice especificado.

protected public:
 void RemoveAt(int index);
protected internal void RemoveAt (int index);
member this.RemoveAt : int -> unit
Protected Friend Sub RemoveAt (index As Integer)

Parámetros

index
Int32

Índice del objeto Binding que se va a quitar.

Se aplica a

Consulte también