HierarchicalDataSourceControl.CreateControlCollection 메서드

정의

서버 컨트롤의 자식 컨트롤(리터럴 및 서버 모두)을 저장할 새 ControlCollection 개체를 만듭니다.

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

반품

EmptyControlCollection 자식 컨트롤이 추가되지 않도록 하는 기능입니다.

설명

CreateControlCollection 자식 컨트롤이 추가되지 않도록 클래스에서 메서드를 재정 HierarchicalDataSourceControl 의합니다.

적용 대상