SyncList<TListType>.InsertItem 메서드

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

이 멤버는 Collection<T>.InsertItem(Int32, T)을(를) 재정의합니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.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.WinForms 네임스페이스