Share via


RadioButtonList.RepeatedItemCount 屬性

定義

取得 RadioButtonList 控制項中的清單項目數。

protected:
 virtual property int RepeatedItemCount { int get(); };
protected virtual int RepeatedItemCount { get; }
member this.RepeatedItemCount : int
Protected Overridable ReadOnly Property RepeatedItemCount As Integer

屬性值

Int32

清單控制項中的項目數。

備註

屬性 RepeatedItemCount 主要是由衍生自 類別的 RadioButtonList 自訂控制項中的控制項開發人員使用。

如果控制項中 RadioButtonList 沒有任何專案設定,則 RepeatedItemCount 屬性為零。 如果 控制項中有 RadioButtonList 專案設定,則 RepeatedItemCount 屬性與集合上的 Items 屬性相同 ListItemCollection.Count

適用於

另請參閱