次の方法で共有


DynamicField.ExtractValuesFromCell メソッド

定義

現在のテーブル セルからデータ フィールドの値を抽出し、指定したディクショナリに追加します。

public:
 override void ExtractValuesFromCell(System::Collections::Specialized::IOrderedDictionary ^ dictionary, System::Web::UI::WebControls::DataControlFieldCell ^ cell, System::Web::UI::WebControls::DataControlRowState rowState, bool includeReadOnly);
public override void ExtractValuesFromCell (System.Collections.Specialized.IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, System.Web.UI.WebControls.DataControlRowState rowState, bool includeReadOnly);
override this.ExtractValuesFromCell : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.WebControls.DataControlFieldCell * System.Web.UI.WebControls.DataControlRowState * bool -> unit
Public Overrides Sub ExtractValuesFromCell (dictionary As IOrderedDictionary, cell As DataControlFieldCell, rowState As DataControlRowState, includeReadOnly As Boolean)

パラメーター

dictionary
IOrderedDictionary

セル値を保持するディクショナリ。

cell
DataControlFieldCell

DynamicField オブジェクトのテキストまたはコントロールを格納するセル。

rowState
DataControlRowState

行の状態を指定する列挙値の 1 つ。

includeReadOnly
Boolean

dictionary に読み込み専用のフィールドの値を含める場合は true。それ以外の場合は false

適用対象