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