Поделиться через


Метод SyncList<TListType>.InsertItem

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Этот элемент переопределяет Collection<T>.InsertItem(Int32, T).

Пространство имен:  Microsoft.Reporting.WebForms
Сборка:  Microsoft.ReportViewer.WebForms (в Microsoft.ReportViewer.WebForms.dll)

Синтаксис

'Декларация
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As TListType _
)
'Применение
Dim index As Integer
Dim item As TListType

Me.InsertItem(index, item)
protected override void InsertItem(
    int index,
    TListType item
)
protected:
virtual void InsertItem(
    int index, 
    TListType item
) override
abstract InsertItem : 
        index:int * 
        item:'TListType -> unit 
override InsertItem : 
        index:int * 
        item:'TListType -> unit 
protected override function InsertItem(
    index : int, 
    item : TListType
)

Параметры

См. также

Справочник

SyncList<TListType> Класс

Пространство имен Microsoft.Reporting.WebForms