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

属性值

如果视图超出集合的末尾,则为

实现

注解

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

适用于

另请参阅