Share via


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,恕不另行通知。

适用于