Element.IElementController.Descendants Method

Definition

For internal use by .NET MAUI.

 virtual System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Element ^> ^ Microsoft.Maui.Controls.IElementController.Descendants() = Microsoft::Maui::Controls::IElementController::Descendants;
System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.Element> IElementController.Descendants ();
abstract member Microsoft.Maui.Controls.IElementController.Descendants : unit -> seq<Microsoft.Maui.Controls.Element>
override this.Microsoft.Maui.Controls.IElementController.Descendants : unit -> seq<Microsoft.Maui.Controls.Element>
Function Descendants () As IEnumerable(Of Element) Implements IElementController.Descendants

Returns

Implements

Applies to