'宣言
Public Function MoveCurrentTo( _ ByVal item As System.Object _ ) As System.Boolean
public System.bool MoveCurrentTo( System.object item )
パラメータ
- item
- CurrentItemとして設定する項目。
戻り値の型
結果の CurrentItemがビュー内である場合は true、そうでない場合は false。
'宣言
Public Function MoveCurrentTo( _ ByVal item As System.Object _ ) As System.Boolean
public System.bool MoveCurrentTo( System.object item )