FixedPage.Children 속성

정의

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

public:
 property System::Windows::Controls::UIElementCollection ^ Children { System::Windows::Controls::UIElementCollection ^ get(); };
public System.Windows.Controls.UIElementCollection Children { get; }
member this.Children : System.Windows.Controls.UIElementCollection
Public ReadOnly Property Children As UIElementCollection

속성 값

UIElementCollection 자식 요소의 요소입니다.

설명

Childrennull 데이터 바인딩된 자식 요소를 수동으로 추가하거나 제거할 수 없는 경우 를 반환 FixedPage 합니다.

데이터 바인딩되지 않은 용도 Children 에서는 애플리케이션이 수동으로 Add 또는 Remove 자식 요소를 사용할 수 있습니다.

적용 대상