DataList::IRepeatInfoUser::RenderItem Method (ListItemType, Int32, RepeatInfo^, HtmlTextWriter^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IRepeatInfoUser::RenderItem.
Assembly: System.Web (in System.Web.dll)
private: virtual void RenderItem( ListItemType itemType, int repeatIndex, RepeatInfo^ repeatInfo, HtmlTextWriter^ writer ) sealed = IRepeatInfoUser::RenderItem
Parameters
- itemType
-
Type:
System.Web.UI.WebControls::ListItemType
The type of the item.
- repeatIndex
-
Type:
System::Int32
The index of the item.
- repeatInfo
-
Type:
System.Web.UI.WebControls::RepeatInfo^
Information that is used to render the item.
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter object to use to render the item.
This member is an explicit interface member implementation. It can be used only when the DataList instance is cast to an IRepeatInfoUser interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: