CollectionView.IsCurrentInSync プロパティ

定義

CurrentItemCurrentPositionにあるかどうかを示す値を取得します。

protected:
 property bool IsCurrentInSync { bool get(); };
protected bool IsCurrentInSync { get; }
member this.IsCurrentInSync : bool
Protected ReadOnly Property IsCurrentInSync As Boolean

プロパティ値

true CurrentItemがビュー内にあり、CurrentPositionにある場合は。それ以外の場合はfalse

適用対象