CollectionView.IsCurrentAfterLast 属性

定义

获取一个值,该值指示视图的 CurrentItem 是否超出集合的末尾。

public:
 virtual property bool IsCurrentAfterLast { bool get(); };
public virtual bool IsCurrentAfterLast { get; }
member this.IsCurrentAfterLast : bool
Public Overridable ReadOnly Property IsCurrentAfterLast As Boolean

属性值

如果视图的 CurrentItem 超出集合的末尾,则为 true;否则为 false

实现

注解

集合视图支持当前记录指针的概念。 在集合视图中浏览对象时,将移动一个记录指针,该指针允许检索存在于集合中该特定位置的对象。

适用于

另请参阅