ImageField.ExtractValuesFromCell 메서드

정의

지정한 개체를 지정된 IOrderedDictionary 개체의 값 DataControlFieldCell 으로 채웁니다.

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

IOrderedDictionary 지정된 셀의 값을 저장하는 데 사용되는 값입니다.

cell
DataControlFieldCell

DataControlFieldCell 검색할 값이 들어 있는 값입니다.

rowState
DataControlRowState

값 중 DataControlRowState 하나입니다.

includeReadOnly
Boolean

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

설명

ExtractValuesFromCell 메서드는 개체의 지정된 DataControlFieldCell 개체에서 필드 값을 검색하는 데 사용되는 도우미 메서드입니다 ImageField .

메모

이 메서드는 주로 컨트롤 개발자가 사용합니다.

이 메서드에는 반환 값이 없습니다. 대신 필드 값은 매개 변수에 대해 전달된 개체를 IOrderedDictionary 통해 참조로 dictionary 반환됩니다. 메서드가 호출된 후 개체를 IOrderedDictionary 반복하여 필드 값에 액세스합니다.

메모

개체에 읽기 전용 필드 값을 DataControlFieldCell 포함하려면 매개 변수를 전달 true 합니다 includeReadOnly .

적용 대상

추가 정보