IElementController.LogicalChildren 属性

定义

供 .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)

属性值

注解

获取元素的逻辑子级的只读列表。

适用于