共用方式為


Layout.Children 屬性

定義

這個配置中包含的子系。

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

屬性值

實作

備註

僅限內部使用。 您可以隨時變更或移除此 API。

適用於