共用方式為


ListViewPagedDataSource.Count 屬性

定義

從當前頁面的資料來源取得將使用的項目數量。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

屬性值

目前頁面將從資料來源中使用的項目數量。

實作

備註

利用該 Count 屬性來決定將從資料來源中使用的項目數量。 回傳的數值依以下標準決定:

適用於

另請參閱