Control.IControlDesignerAccessor.SetOwnerControl(Control) 메서드

정의

이 멤버에 대한 설명은 SetOwnerControl(Control)를 참조하세요.

 virtual void System.Web.UI.IControlDesignerAccessor.SetOwnerControl(System::Web::UI::Control ^ owner) = System::Web::UI::IControlDesignerAccessor::SetOwnerControl;
void IControlDesignerAccessor.SetOwnerControl (System.Web.UI.Control owner);
abstract member System.Web.UI.IControlDesignerAccessor.SetOwnerControl : System.Web.UI.Control -> unit
override this.System.Web.UI.IControlDesignerAccessor.SetOwnerControl : System.Web.UI.Control -> unit
Sub SetOwnerControl (owner As Control) Implements IControlDesignerAccessor.SetOwnerControl

매개 변수

owner
Control

컨트롤의 소유자입니다.

구현

예외

owner가 현재 컨트롤로 설정된 경우

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, Control 인스턴스가 IControlDesignerAccessor 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

IControlDesignerAccessor 이 인터페이스는 컨트롤 디자이너에서 컨트롤에 대한 디자인 타임 작업을 수행하는 데 사용됩니다.

적용 대상