共用方式為


CheckBoxList.RepeatedItemCount 屬性

定義

取得 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

適用於

另請參閱