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

屬性值

如果檢視的 true 超過集合的結尾,則為 CurrentItem;否則為 false

實作

備註

集合檢視支援目前記錄指標的概念。 當您巡覽集合檢視中的物件時,您會移動記錄指標,讓您擷取存在於集合中特定位置的物件。

適用於

另請參閱