NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IRepeatInfoUser.RenderItem

[To be supplied.]

[Visual Basic]
Sub RenderItem( _
   ByVal itemType As ListItemType, _
   ByVal repeatIndex As Integer, _
   ByVal repeatInfo As RepeatInfo, _
   ByVal writer As HtmlTextWriter _
)
[C#]
void RenderItem(
   ListItemType itemType,
   int repeatIndex,
   RepeatInfo repeatInfo,
   HtmlTextWriter writer
);
[C++]
void RenderItem(
   ListItemType itemType,
   int repeatIndex,
   RepeatInfo* repeatInfo,
   HtmlTextWriter* writer
) = 0;
[JScript]
function RenderItem(
   itemType : ListItemType,
   repeatIndex : int,
   repeatInfo : RepeatInfo,
   writer : HtmlTextWriter
);

Parameters

itemType
[To be supplied.]
repeatIndex
[To be supplied.]
repeatInfo
[To be supplied.]
writer
[To be supplied.]

See Also

IRepeatInfoUser Interface | IRepeatInfoUser Members | System.Web.UI.WebControls Namespace