ItemCollection.IsCurrentAfterLast 屬性

定義

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

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

屬性值

Boolean

如果檢視的目前項目超過集合的結尾,則為 true,否則為 false

適用於

另請參閱