CheckBoxList.IRepeatInfoUser.RepeatedItemCount 属性

定义

获取列表控件中的项数。

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

属性值

列表中的项数。

实现

注解

通常,应使用 CheckBoxList.RepeatedItemCount 属性来确定 对象中的 CheckBoxList 项数。

成员 CheckBoxList.IRepeatInfoUser.RepeatedItemCount 是显式接口成员实现。 它只能在 CheckBoxList 实例被强制转换为 IRepeatInfoUser 接口时使用。

继承者说明

若要为 IRepeatInfoUser.RepeatedItemCount 对象中的 CheckBoxList 成员定义自定义实现,请重写 成员 RepeatedItemCount 。 显式接口实现使用 RepeatedItemCount 属性。

适用于

另请参阅