IElementController.LogicalChildren Propriété

Définition

Pour une utilisation interne par .NET MAUI.

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

Valeur de propriété

Remarques

Obtient une liste en lecture seule des enfants logiques de l’élément.

S’applique à