FixedPage.Children 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자식 요소의 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 자식 요소의 요소입니다.
설명
Children는 null 데이터 바인딩된 자식 요소를 수동으로 추가하거나 제거할 수 없는 경우 를 반환 FixedPage 합니다.
데이터 바인딩되지 않은 용도 Children 에서는 애플리케이션이 수동으로 Add 또는 Remove 자식 요소를 사용할 수 있습니다.