バージョン

SetItem メソッド (DataPresenterBase.DataItemsCollection)

指定したインデックスにある を返します。
シンタックス
'宣言
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As Object _
) 
protected override void SetItem( 
   int index,
   object item
)

パラメータ

index
置き換える要素のゼロから始まるインデックス。
item
指定したインデックスで要素の新しい値を返します。
参照