CheckBoxList.RepeatedItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 CheckBoxList 控制項中的清單項目數。
protected:
virtual property int RepeatedItemCount { int get(); };
protected virtual int RepeatedItemCount { get; }
member this.RepeatedItemCount : int
Protected Overridable ReadOnly Property RepeatedItemCount As Integer
屬性值
CheckBoxList 中的項目數。
備註
屬性 RepeatedItemCount 主要是由衍生自 類別的 CheckBoxList 自訂控制項中的控制項開發人員使用。
如果 中 CheckBoxList 沒有設定的專案,則 RepeatedItemCount 為零。 如果 中 CheckBoxList 已設定專案,則 RepeatedItemCount 與集合上的 Items 屬性相同 Count 。