다음을 통해 공유


HierarchicalDataBoundControlDesigner.DataBind(BaseDataBoundControl) 메서드

정의

연결된 컨트롤을 디자인 타임 데이터 원본에 바인딩합니다.

protected:
 override void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected override void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
override this.DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected Overrides Sub DataBind (dataBoundControl As BaseDataBoundControl)

매개 변수

dataBoundControl
BaseDataBoundControl

디자인 타임 데이터 원본에 바인딩할 HierarchicalDataBoundControl입니다.

설명

DataBind 메서드 첫 번째 집합을 DataSource 의 속성을 HierarchicalDataBoundControl 집합과 디자인 타임 데이터 소스를 참조 하는 컨트롤을 DataSourceID 속성을 null. DataBind 콜백 하는 DataBind 에서 파생 된 컨트롤의 메서드는 HierarchicalDataBoundControl 디자인 타임 데이터 소스에 바인딩하는 클래스입니다. 원래 값을 복원 합니다는 DataSourceDataSourceID 속성입니다.

dataBoundControl 매개 변수에서 파생 된 컨트롤은는 HierarchicalDataBoundControl 이 디자이너 또는 해당 컨트롤의 복사본을 사용 하 여 연결 되는 클래스입니다.

적용 대상

추가 정보