Bahasa

DynamicField.ExtractValuesFromCell Metode

Definisi

Mengekstrak nilai bidang data dari sel tabel saat ini dan menambahkan nilai ke kamus yang ditentukan.

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)

Parameter

dictionary
IOrderedDictionary

Kamus yang akan menyimpan nilai sel.

cell
DataControlFieldCell

Sel yang berisi teks atau kontrol DynamicField objek.

rowState
DataControlRowState

Salah satu nilai enumerasi yang menentukan status baris.

includeReadOnly
Boolean

true untuk menyertakan nilai bidang baca-saja di dictionary; jika tidak, false.

Berlaku untuk