CollectionView.CurrentPosition プロパティ

定義

(必要に応じて並べ替えおよびフィルター処理された) ビュー内の CurrentItem の序数位置を取得します。

public:
 virtual property int CurrentPosition { int get(); };
public virtual int CurrentPosition { get; }
member this.CurrentPosition : int
Public Overridable ReadOnly Property CurrentPosition As Integer

プロパティ値

(必要に応じて並べ替えおよびフィルター処理された) ビュー内の CurrentItem の序数位置。

実装

注意 (継承者)

通貨処理呼び出しを別の内部 CollectionView オブジェクトに渡すクラスのみが、このプロパティをオーバーライドする必要があります。他のすべての派生クラスは、基底クラスに格納されている現在の値を更新するために SetCurrent(Object, Int32) メソッドを使用する必要があります。

適用対象