共用方式為


ICollectionView.MoveCurrentToPosition(Int32) 方法

定義

將位於指定索引的專案設定為檢視中的 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

適用於