BaseDataBoundControlDesigner.DataBind(BaseDataBoundControl) 메서드

정의

파생 클래스에서 재정의되는 경우 클래스에서 BaseDataBoundControl 파생된 연결된 컨트롤을 설정하는 데 필요한 작업을 수행합니다.

protected:
 abstract void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected abstract void DataBind(System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
abstract member DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected MustOverride Sub DataBind (dataBoundControl As BaseDataBoundControl)

매개 변수

dataBoundControl
BaseDataBoundControl

BaseDataBoundControl 이 디자이너가 연결된 것입니다.

설명

클래스에서 파생된 디자이너에서 메서드를 재정 DataBindBaseDataBoundControlDesigner 하는 경우 디자인 타임 태그가 검색될 때 컨트롤이 제대로 렌더링되도록 데이터 바인딩된 컨트롤을 설정하는 데 필요한 작업을 수행합니다. 일반적으로 성능상의 이유로 라이브 데이터 원본이 아닌 디자인 타임 데이터 원본을 연결합니다.

적용 대상

추가 정보