DataRelationCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa relację w określonym indeksie z kolekcji.

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

Parametry

index
Int32

Indeks relacji do usunięcia.

Wyjątki

Kolekcja nie ma relacji w określonym indeksie.

Uwagi

Zdarzenie CollectionChanged jest wyzwalane, jeśli operacja usuwania zakończy się pomyślnie.

Dotyczy

Zobacz też