'宣言 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 )