GridView.ExtractRowValues メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
指定した行内で宣言されている各フィールドの値を取得し、それらを指定した IOrderedDictionary オブジェクトに格納します。
名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文
Protected Overridable Sub ExtractRowValues ( _ fieldValues As IOrderedDictionary, _ row As GridViewRow, _ includeReadOnlyFields As Boolean, _ includePrimaryKey As Boolean _ )
Dim fieldValues As IOrderedDictionary Dim row As GridViewRow Dim includeReadOnlyFields As Boolean Dim includePrimaryKey As Boolean Me.ExtractRowValues(fieldValues, row, includeReadOnlyFields, includePrimaryKey)
protected virtual void ExtractRowValues ( IOrderedDictionary fieldValues, GridViewRow row, bool includeReadOnlyFields, bool includePrimaryKey )
protected: virtual void ExtractRowValues ( IOrderedDictionary^ fieldValues, GridViewRow^ row, bool includeReadOnlyFields, bool includePrimaryKey )
protected void ExtractRowValues ( IOrderedDictionary fieldValues, GridViewRow row, boolean includeReadOnlyFields, boolean includePrimaryKey )

ExtractRowValues メソッドは、row パラメータで指定された行内で宣言された各フィールドの値を取得するために GridView コントロールから呼び出されるヘルパー メソッドです。includeReadOnlyFields パラメータおよび includePrimaryKey パラメータを使用して、抽出される値に読み取り専用のフィールドおよびキー フィールドを含めるかどうかを指定できます。
継承時の注意 GridView クラスを拡張すると、このメソッドをオーバーライドして、フィールド値を取得する独自のルーチンを作成できます。

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に収録されているすべての辞書からGridView.ExtractRowValues メソッドを検索する場合は、下記のリンクをクリックしてください。

- GridView.ExtractRowValues メソッドのページへのリンク