CheckBoxList.IRepeatInfoUser.RepeatedItemCount 属性
定义
获取列表控件中的项数。Gets the number of items in the list control.
property int System::Web::UI::WebControls::IRepeatInfoUser::RepeatedItemCount { int get(); };
int System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount : int
ReadOnly Property RepeatedItemCount As Integer Implements IRepeatInfoUser.RepeatedItemCount
属性值
列表中的项数。The number of items in the list.
实现
注解
通常,应使用 CheckBoxList.RepeatedItemCount 属性来确定对象中的项数 CheckBoxList 。Typically, you should use the CheckBoxList.RepeatedItemCount property to determine the number of items in a CheckBoxList object.
CheckBoxList.IRepeatInfoUser.RepeatedItemCount成员是显式接口成员实现。The CheckBoxList.IRepeatInfoUser.RepeatedItemCount member is an explicit interface member implementation. 它只能在 CheckBoxList 实例被强制转换为 IRepeatInfoUser 接口时使用。It can be used only when the CheckBoxList instance is cast to an IRepeatInfoUser interface.
继承者说明
若要为对象中的成员定义自定义实现 IRepeatInfoUser.RepeatedItemCount CheckBoxList ,请重写 RepeatedItemCount 成员。To define a custom implementation for the IRepeatInfoUser.RepeatedItemCount member in a CheckBoxList object, override the RepeatedItemCount member. 显式接口实现使用 RepeatedItemCount 属性。The explicit interface implementation uses the RepeatedItemCount property.