RepeaterItem コンストラクタ
アセンブリ: System.Web (system.web.dll 内)

Dim itemIndex As Integer Dim itemType As ListItemType Dim instance As New RepeaterItem(itemIndex, itemType)
- itemType
ListItemType 値の 1 つ。


RepeaterItem クラスの新しいインスタンスを作成および初期化する方法を次の例に示します。
Sub Page_Load(sender As Object, e As EventArgs) Dim index As Integer = 0 Dim myItem As New RepeaterItem(index, ListItemType.Item) End Sub

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- RepeaterItem コンストラクタのページへのリンク