DataSource for Entity Framework for WinForms
Item プロパティ (ClientCollectionView)

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.DataSource 名前空間 > ClientCollectionView クラス : Item プロパティ
取得する要素の0から始まるインデックス。
指定された indexにある要素を取得します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get;}

パラメータ

index
取得する要素の0から始まるインデックス。

プロパティ値

指定されたインデックスにある要素。
参照

ClientCollectionView クラス
ClientCollectionView メンバ