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

适用于