DataBoundControlDesigner.SampleRowCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料繫結控制項會在設計介面上顯示的資料列數。
protected:
virtual property int SampleRowCount { int get(); };
protected virtual int SampleRowCount { get; }
member this.SampleRowCount : int
Protected Overridable ReadOnly Property SampleRowCount As Integer
屬性值
資料繫結控制項會在設計介面上顯示的資料列數。
給繼承者的注意事項
若要變更數據綁定控件在設計介面上顯示的數據列數目,請覆寫 SampleRowCount 屬性以傳回您想要顯示的數據列數目。