다음을 통해 공유


ListControlDesigner.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

ListControl에서 파생되는 연결된 컨트롤 또는 해당 컨트롤의 복사본입니다.

설명

기본 클래스의 DataBoundControlDesigner 경우 메서드는 DataBind 디자인 타임 데이터 원본을 참조하도록 개체의 DataBoundControl 속성과 DataSourceID 속성을 설정한 DataSource 다음 메서드를 BaseDataBoundControl.DataBind 호출한 다음 원래 값으로 및 DataSourceID 속성을 복원합니다DataSource.

그러나 클래스의 ListControlDesigner 경우 개체가 컬렉션에 DataBind 추가되었기 때문에 ListItem 메서드에 Items 기능이 없습니다.

적용 대상

추가 정보