Compartir a través de


Layout.Children Propiedad

Definición

Los elementos secundarios incluidos en este diseño.

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)

Valor de propiedad

Implementaciones

Comentarios

Solo para uso interno. Esta API se puede cambiar o quitar sin previo aviso en cualquier momento.

Se aplica a