RowDefinitionCollection.IEnumerable<RowDefinition>.GetEnumerator Methode

Definition

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

 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

Gibt zurück

Ein IEnumerable<T> Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die RowDefinitionCollection Instanz in eine IEnumerable<T> Schnittstelle umgegossen wird.

Gilt für: