FormView.DataItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料來源中的資料項目數目。
public:
property int DataItemCount { int get(); };
[System.ComponentModel.Browsable(false)]
public int DataItemCount { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataItemCount : int
Public ReadOnly Property DataItemCount As Integer
屬性值
資料來源中的資料項目數目。
- 屬性
備註
DataItemCount使用 屬性來判斷資料來源中包含的資料項目數目。 這個屬性包含與 屬性相同的值 PageCount 。