Udostępnij za pośrednictwem


Metoda SyncList<TListType>.SetItem —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Replaces 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 SetItem ( _
    index As Integer, _
    item As TListType _
)
protected override void SetItem(
    int index,
    TListType item
)
protected:
virtual void SetItem(
    int index, 
    TListType item
) override
abstract SetItem : 
        index:int * 
        item:'TListType -> unit 
override SetItem : 
        index:int * 
        item:'TListType -> unit 
protected override function SetItem(
    index : int, 
    item : TListType
)

Parametry

  • index
    Typ: Int32
    The zero-based index of the element to replace.
  • item
    Typ: TListType
    The new value for the element at the specified index.

Zobacz też

Informacje

SyncList<TListType> Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms