ICollectionView.MoveCurrentToPosition(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位於指定索引的專案設定為檢視中的 CurrentItem 。
public:
bool MoveCurrentToPosition(int index);
bool MoveCurrentToPosition(int const& index);
public bool MoveCurrentToPosition(int index);
function moveCurrentToPosition(index)
Public Function MoveCurrentToPosition (index As Integer) As Boolean
參數
- index
-
Int32
int
要移至的專案索引。
傳回
Boolean
bool
如果產生的CurrentItem是檢視中的專案,則為true;否則為false。