RouteCollection.RemoveItem(Int32) Metoda

Definice

Odebere trasu z objektu RouteCollection v zadaném indexu.

protected:
 override void RemoveItem(int index);
protected override void RemoveItem(int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

Parametry

index
Int32

Index trasy, která se má odebrat na základě nuly.

Poznámky

GetReadLock Pomocí metody a GetWriteLock metody se ujistěte, že pracujete s kolekcí bez konfliktů z jiných procesů.

Platí pro

Produkt Verze
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Viz také