BindingsCollection.RemoveAt(Int32) Method

Definition

Deletes the binding from the collection at the specified index.

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

Parameters

index
Int32

The index of the Binding to remove.

Applies to

See also