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 属性与 ListItemCollection.Count 集合上的 Items 属性相同。