Metoda SyncList<TListType>.RemoveItem —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Removes the element at the specified index.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Protected Overrides Sub RemoveItem ( _
index As Integer _
)
protected override void RemoveItem(
int index
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index:int -> unit
override RemoveItem :
index:int -> unit
protected override function RemoveItem(
index : int
)
Parametry
- index
Typ: Int32
The zero-based index of the element to remove.