CollectionView.IsCurrentInSync 屬性

定義

取得值,指出 CurrentItem 是否位於 CurrentPosition

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

屬性值

Boolean

如果 CurrentItem 在檢視中,而且位於 CurrentPosition,就是 true,否則就是 false

適用於