共用方式為


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,而不需通知。

適用於