PropertyManager.RemoveAt(Int32) Metoda

Definice

Vyvolá výjimku NotSupportedException ve všech případech.

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

Parametry

index
Int32

Index řádku, který chcete odstranit.

Výjimky

Ve všech případech.

Platí pro

Viz také