Element.LogicalChildren 属性

定义

注意

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

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

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)

属性值

属性

适用于