ICollectionView.IsCurrentAfterLast 屬性

定義

取得值,這個值表示檢視的 CurrentItem 是否超過集合的結尾。

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

屬性值

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

適用於

另請參閱