TableRow.CreateControlCollection 메서드

정의

ControlCollection 컨트롤에 대한 TableRow 개체를 새로 만듭니다.

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

ControlCollection 컨트롤의 자식 서버 컨트롤이 들어 있는 TableRow 개체입니다.

설명

합니다 CreateControlCollection 메서드를 만듭니다 ControlCollection 보유 하는 개체는 TableRow 셀입니다.

CreateControlCollection 메서드는 주로 TableRow 컨트롤의 기능을 확장하려는 컨트롤 개발자가 사용합니다.

적용 대상

추가 정보