Data for Silverlight
MoveCurrentToPosition メソッド

System.Windows.Data.PagedCollectionView.CurrentItem として設定するインデックス。
指定されたインデックスにある項目をビュー内の System.Windows.Data.PagedCollectionView.CurrentItem として設定します。
構文
'宣言
 
Public Overridable Function MoveCurrentToPosition( _
   ByVal position As System.Integer _
) As System.Boolean
public virtual System.bool MoveCurrentToPosition( 
   System.int position
)

パラメータ

position
System.Windows.Data.PagedCollectionView.CurrentItem として設定するインデックス。

戻り値の型

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

DataView クラス
DataView メンバ