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는 FixedPage 데이터 바인딩된 자식 요소를 수동으로 추가하거나 제거할 수 없는 경우 를 반환 null
합니다.
비 데이터 바인딩 사용 시에서 Children 하면 애플리케이션을 수동으로 Add 또는 Remove 자식 요소입니다.