RowDefinitionCollection.IEnumerable<RowDefinition>.GetEnumerator Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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> .