ListControlDesigner.DataBind(BaseDataBoundControl) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 컨트롤을 디자인 타임 데이터 소스에 바인딩합니다.
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 기능이 없습니다.