DataRelationCollection.RemoveAt(Int32) Metoda

Definice

Odebere relaci na zadaném indexu z kolekce.

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

Parametry

index
Int32

Index relace, která se má odebrat.

Výjimky

Kolekce nemá relaci na zadaném indexu.

Poznámky

Událost se CollectionChanged aktivuje, pokud operace odebrání proběhne úspěšně.

Platí pro

Viz také