다음을 통해 공유


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입니다.

적용 대상