IElementController.Descendants Method

Definition

For internal use by .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)

Returns

Remarks

Gets a collection of the element's descendants.

Applies to