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

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

적용 대상