다음을 통해 공유


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

행 상태를 지정하는 열거형 값 중 하나입니다.

includeReadOnly
Boolean

dictionary에 읽기 전용 필드의 값을 포함하려면 true이고, 그렇지 않으면 false입니다.

적용 대상