Panel.Children 속성

정의

패널의 자식 요소 컬렉션을 가져옵니다.

public:
 property UIElementCollection ^ Children { UIElementCollection ^ get(); };
UIElementCollection Children();
public UIElementCollection Children { get; }
var uIElementCollection = panel.children;
Public ReadOnly Property Children As UIElementCollection
<panel>
  oneOrMoreUIElements
</panel>

속성 값

자식 개체의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상