RowDefinitionCollection.IEnumerable<RowDefinition>.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji.

 virtual System::Collections::Generic::IEnumerator<System::Windows::Controls::RowDefinition ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Controls.RowDefinition>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Controls::RowDefinition ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Controls.RowDefinition> IEnumerable<RowDefinition>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Controls.RowDefinition>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Controls.RowDefinition>
override this.System.Collections.Generic.IEnumerable<System.Windows.Controls.RowDefinition>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Controls.RowDefinition>
Function GetEnumerator () As IEnumerator(Of RowDefinition) Implements IEnumerable(Of RowDefinition).GetEnumerator

Zwraca

IEnumerator<RowDefinition>

Obiekt IEnumerable<T>, który może służyć do iterowania po kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy RowDefinitionCollection wystąpienie jest rzutowe do interfejsu IEnumerable<T> .

Dotyczy