ICollectionView.MoveCurrentToPosition(Int32) Yöntem

Tanım

Belirtilen dizindeki öğeyi görünümde CurrentItem olacak şekilde ayarlar.

public:
 bool MoveCurrentToPosition(int position);
public bool MoveCurrentToPosition(int position);
abstract member MoveCurrentToPosition : int -> bool
Public Function MoveCurrentToPosition (position As Integer) As Boolean

Parametreler

position
Int32

ayarlanacağı CurrentItem dizin.

Döndürülenler

true elde CurrentItem edilen görünümdeki bir öğeyse; değilse, false.

Şunlara uygulanır

Ayrıca bkz.