SyncList<TListType>.SetItem 方法
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
取代指定之索引處的項目。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
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
)
參數
- index
類型:Int32
要取代的項目之以零起始的索引。
- item
類型:TListType
指定之索引處的項目新值。