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

자식 요소의 UIElementCollection입니다.

설명

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

비 데이터 바인딩 사용 시에서 Children 하면 애플리케이션을 수동으로 Add 또는 Remove 자식 요소입니다.

적용 대상