Share via


ICollectionView.MoveCurrentTo(Object) メソッド

定義

指定した項目をビューの CurrentItem に設定します。

public:
 bool MoveCurrentTo(Platform::Object ^ item);
bool MoveCurrentTo(IInspectable const& item);
public bool MoveCurrentTo(object item);
function moveCurrentTo(item)
Public Function MoveCurrentTo (item As Object) As Boolean

パラメーター

item
Object

Platform::Object

IInspectable

CurrentItem として設定する項目。

戻り値

Boolean

bool

結果の CurrentItem がビュー内にある場合は true。それ以外の場合は false

適用対象