Aracılığıyla paylaş


RowDefinitionCollection.IEnumerable<RowDefinition>.GetEnumerator Yöntem

Tanım

Toplulukta yinelenen bir numaralandırıcı döndürür.

 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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerable<T> nesnesi.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerable<T> arabirime RowDefinitionCollection yayınlandığında kullanılabilir.

Şunlara uygulanır