Share via


Element.LogicalChildren Property

Definition

Caution

Do not use! This is to be removed! Just used by Hot Reload! To be replaced with IVisualTreeElement!

For internal use by the Microsoft.Maui.Controls platform.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Maui::Controls::Element ^> ^ LogicalChildren { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Maui::Controls::Element ^> ^ get(); };
[System.Obsolete("Do not use! This is to be removed! Just used by Hot Reload! To be replaced with IVisualTreeElement!")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.Element> LogicalChildren { get; }
[<System.Obsolete("Do not use! This is to be removed! Just used by Hot Reload! To be replaced with IVisualTreeElement!")>]
member this.LogicalChildren : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Maui.Controls.Element>
Public ReadOnly Property LogicalChildren As ReadOnlyCollection(Of Element)

Property Value

Attributes

Applies to