Share via


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)

屬性值

備註

取得元素邏輯子系的唯讀清單。

適用於