Component.Container 속성
정의
IContainer을 포함하는 Component를 가져옵니다.Gets the IContainer that contains the Component.
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer Container { get; }
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.IContainer Container { get; }
member this.Container : System.ComponentModel.IContainer
[<System.ComponentModel.Browsable(false)>]
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
속성 값
IContainer가 포함된 Component이거나, Component가 IContainer에 캡슐화되어 있지 않으면 null
입니다.The IContainer that contains the Component, if any, or null
if the Component is not encapsulated in an IContainer.
- 특성
설명
컨테이너의 구성 요소는 첫 번째 드롭다운 목록에서 추적 되며 컨테이너 내 구성 요소의 순서만 정의 합니다.The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. 추가 된 마지막 구성 요소는 목록의 마지막 구성 요소입니다.The last component added is the last component in the list.