다음을 통해 공유


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

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

설명

다음 조건 중 하나가 참인 경우에 DataBind 메서드 지웁니다 합니다 Items 속성을 호출 합니다 DataBind 기본 메서드:

  • 합니다 DataSourceID 속성은 null 또는 빈 문자열 ("").

  • DataSource 속성이 null이 아닌 경우

  • Items 컬렉션 하나 이상의 요소가 포함 됩니다.

합니다 dataBoundControl 매개 변수는는 Menu 이 디자이너 또는 해당 컨트롤의 복사본을 사용 하 여 연결 된 컨트롤입니다.

적용 대상

추가 정보