SyncList<TListType>.SetItem 메서드

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

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

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As TListType _
)
‘사용 방법
Dim index As Integer
Dim item As TListType

Me.SetItem(index, item)
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
)

매개 변수

참고 항목

참조

SyncList<TListType> 클래스

Microsoft.Reporting.WinForms 네임스페이스