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 は、いつでも予告なしに変更または削除できます。

適用対象