Поделиться через


Layout.GetEnumerator Метод

Определение

Возвращает перечислитель, который перечисляет все дочерние элементы в этом макете.

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)

Возвращаемое значение

IView Тип IEnumerator<T> со всеми дочерними элементами в этом макете.

Реализации

Применяется к