다음을 통해 공유


GenericWebPart(Control) 생성자

정의

자식 컨트롤이 될 컨트롤에 대한 참조를 전달하여 GenericWebPart 컨트롤의 새 인스턴스를 초기화합니다.

protected public:
 GenericWebPart(System::Web::UI::Control ^ control);
protected internal GenericWebPart (System.Web.UI.Control control);
new System.Web.UI.WebControls.WebParts.GenericWebPart : System.Web.UI.Control -> System.Web.UI.WebControls.WebParts.GenericWebPart
Protected Friend Sub New (control As Control)

매개 변수

control
Control

GenericWebPart 컨트롤 인스턴스의 자식 컨트롤이 될 서버 컨트롤입니다.

예외

control이(가) null인 경우

controlWebPart 형식입니다.

또는

controlnull 또는 빈 ID 속성이 있는 경우

또는

control이 출력 캐시된 경우

설명

GenericWebPart(Control) 생성자는 메서드의 WebPartManager 컨트롤에 CreateWebPart 의해 호출되어 자식 서버 컨트롤에 대한 참조를 GenericWebPart 전달하여 컨트롤의 인스턴스를 초기화합니다. 개체를 GenericWebPart 만든 후 속성을 사용하여 자식 컨트롤을 참조할 ChildControl 수 있습니다.

적용 대상

추가 정보