FormView.CreateRow メソッド
アセンブリ: System.Web (system.web.dll 内)

Protected Overridable Function CreateRow ( _ itemIndex As Integer, _ rowType As DataControlRowType, _ rowState As DataControlRowState _ ) As FormViewRow
Dim itemIndex As Integer Dim rowType As DataControlRowType Dim rowState As DataControlRowState Dim returnValue As FormViewRow returnValue = Me.CreateRow(itemIndex, rowType, rowState)
protected virtual FormViewRow CreateRow ( int itemIndex, DataControlRowType rowType, DataControlRowState rowState )
protected: virtual FormViewRow^ CreateRow ( int itemIndex, DataControlRowType rowType, DataControlRowState rowState )
protected FormViewRow CreateRow ( int itemIndex, DataControlRowType rowType, DataControlRowState rowState )
protected function CreateRow ( itemIndex : int, rowType : DataControlRowType, rowState : DataControlRowState ) : FormViewRow
戻り値
指定した項目のインデックス、行の種類、および行の状態の FormViewRow オブジェクト。

CreateRow メソッドは、コントロール内の行を表す FormViewRow オブジェクトを作成するために FormView コントロールから呼び出されるヘルパー メソッドです。
継承時の注意 FormView クラスを拡張すると、このメソッドをオーバーライドして、カスタム設定を使用した FormViewRow オブジェクトを返すことができます。
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からFormView.CreateRow メソッドを検索する場合は、下記のリンクをクリックしてください。

- FormView.CreateRow メソッドのページへのリンク