DataSourceControl.CreateControlCollection 메서드

정의

자식 컨트롤을 저장할 컬렉션을 만듭니다.

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

반환

ControlCollection

EmptyControlCollection를 반환합니다.

설명

참고

데이터 소스 컨트롤은 자식 컨트롤을 허용 하지 않으므로 DataSourceControl 클래스의 기본 구현은 컨트롤의 자식 컨트롤이 포함을 지원 하지 않습니다.

적용 대상

추가 정보