Layout.Children 属性

定义

供 Microsoft.Maui.Controls 平台内部使用。

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

属性值

适用于