DesignSurface.ComponentContainer 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자인 화면 내의 IContainer 구현을 가져옵니다.
public:
property System::ComponentModel::IContainer ^ ComponentContainer { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer ComponentContainer { get; }
member this.ComponentContainer : System.ComponentModel.IContainer
Public ReadOnly Property ComponentContainer As IContainer
속성 값
디자인 화면 내의 IContainer 구현입니다.
예외
IDesignerHost에 연결된 DesignSurface가 삭제된 경우
설명
ComponentContainer 속성이 현재 디자인 모드에 있는 모든 개체를 보유 합니다. 구성 요소에 추가 될 때 ComponentContainer를 해당 디자이너에 있는 경우 로드 됩니다. 구성 요소는 디자인 화면에 대 한 전체 액세스를 제공 하는 사이트와 함께 배치 됩니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET