Share via


IElementController.Descendants 메서드

정의

.NET MAUI에서 내부적으로 사용합니다.

public:
 System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Element ^> ^ Descendants();
public System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.Element> Descendants ();
abstract member Descendants : unit -> seq<Microsoft.Maui.Controls.Element>
Public Function Descendants () As IEnumerable(Of Element)

반환

설명

요소의 하위 항목 컬렉션을 가져옵니다.

적용 대상