CheckBoxList.IRepeatInfoUser.RepeatedItemCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列表控件中的项数。
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 属性。