다음을 통해 공유


Page.InternalChildren 속성

정의

이 페이지에 포함된 자식 요소의 내부 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::ObservableCollection<Microsoft::Maui::Controls::Element ^> ^ InternalChildren { System::Collections::ObjectModel::ObservableCollection<Microsoft::Maui::Controls::Element ^> ^ get(); };
public System.Collections.ObjectModel.ObservableCollection<Microsoft.Maui.Controls.Element> InternalChildren { get; }
member this.InternalChildren : System.Collections.ObjectModel.ObservableCollection<Microsoft.Maui.Controls.Element>
Public ReadOnly Property InternalChildren As ObservableCollection(Of Element)

속성 값

구현

설명

내부 전용입니다. 이 API는 언제든지 예고 없이 변경하거나 제거할 수 있습니다.

적용 대상