DynamicField.ExtractValuesFromCell Methode

Definitie

Extraheert de waarde van het gegevensveld uit de huidige tabelcel en voegt de waarde toe aan de opgegeven woordenlijst.

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)

Parameters

dictionary
IOrderedDictionary

De woordenlijst die de celwaarden bevat.

cell
DataControlFieldCell

De cel met de tekst of besturingselementen van het DynamicField object.

rowState
DataControlRowState

Een van de opsommingswaarden waarmee de rijstatus wordt opgegeven.

includeReadOnly
Boolean

true om de waarden van alleen-lezenvelden op te nemen in dictionary; anders false.

Van toepassing op