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.GetItemStyle

[To be supplied.]

[Visual Basic]
Function GetItemStyle( _
   ByVal itemType As ListItemType, _
   ByVal repeatIndex As Integer _
) As Style
[C#]
Style GetItemStyle(
   ListItemType itemType,
   int repeatIndex
);
[C++]
Style* GetItemStyle(
   ListItemType itemType,
   int repeatIndex
) = 0;
[JScript]
function GetItemStyle(
   itemType : ListItemType,
   repeatIndex : int
) : Style;

Parameters

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

See Also

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