Partager via


Layout.GetEnumerator Method

Definition

Returns an enumerator that lists all of the children in this layout.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Maui::IView ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Maui.IView> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IView>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.IView>
Public Function GetEnumerator () As IEnumerator(Of IView)

Returns

A IEnumerator<T> of type IView with all the children in this layout.

Implements

Applies to