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 abstract RenderItem : itemType:ListItemType * repeatIndex:int * repeatInfo:RepeatInfo * writer:HtmlTextWriter -> unit private override RenderItem : itemType:ListItemType * repeatIndex:int * repeatInfo:RepeatInfo * writer:HtmlTextWriter -> unit
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: