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)

속성 값

설명

요소의 논리적 자식에 대한 읽기 전용 목록을 가져옵니다.

적용 대상