DataSource for Entity Framework for WinForms
MoveCurrentToPosition メソッド

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.DataSource 名前空間 > ClientCollectionView クラス : MoveCurrentToPosition メソッド
System.ComponentModel.ICollectionView.CurrentItemとして設定するインデックス。
指定されたインデックスにある項目をビュー内の CurrentItemとして設定します。
シンタックス
'宣言
 
Public Function MoveCurrentToPosition( _
   ByVal position As System.Integer _
) As System.Boolean
public System.bool MoveCurrentToPosition( 
   System.int position
)

パラメータ

position
System.ComponentModel.ICollectionView.CurrentItemとして設定するインデックス。

戻り値の型

結果の CurrentItemがビュー内の項目である場合は true、そうでない場合は false。
参照

ClientCollectionView クラス
ClientCollectionView メンバ