Sdílet prostřednictvím


Layout.GetEnumerator Metoda

Definice

Vrátí enumerátor, který zobrazí seznam všech podřízených položek v tomto rozložení.

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)

Návraty

IView Typ IEnumerator<T> se všemi podřízenými částmi v tomto rozložení

Implementuje

Platí pro