IRepeatInfoUser 接口

定义必须由任何重复项列表的列表控件实现的属性和方法。

**命名空间:**System.Web.UI.WebControls
**程序集:**System.Web(在 system.web.dll 中)

语法

声明
Public Interface IRepeatInfoUser
用法
Dim instance As IRepeatInfoUser
public interface IRepeatInfoUser
public interface class IRepeatInfoUser
public interface IRepeatInfoUser
public interface IRepeatInfoUser

备注

IRepeatInfoUser 接口定义必须由所有重复项列表的列表控件(如 CheckBoxListDataListRadioButtonList)实现的属性和方法。为了指示列表控件是否包含标题节、脚注部分或分隔符,此接口分别定义 HasHeaderHasFooterHasSeparators 属性。RepeatedItemCount 属性用于表示列表中的项数。使用 GetItemStyle 方法确定列表项的样式。RenderItem 方法用于显示项。

.NET Framework 安全性

平台

Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

IRepeatInfoUser 成员
System.Web.UI.WebControls 命名空间
RepeatInfo
CheckBoxList 类
DataList 类
RadioButtonList
HasHeader
HasFooter
HasSeparators
RepeatedItemCount
GetItemStyle
RenderItem