TableColumnCollection.IEnumerable<TableColumn>.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.
Aby uzyskać opis tego elementu członkowskiego, zobacz GetEnumerator().
virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::TableColumn ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Documents.TableColumn>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Documents::TableColumn ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Documents.TableColumn> IEnumerable<TableColumn>.GetEnumerator();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Documents.TableColumn>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.TableColumn>
override this.System.Collections.Generic.IEnumerable<System.Windows.Documents.TableColumn>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.TableColumn>
Function GetEnumerator () As IEnumerator(Of TableColumn) Implements IEnumerable(Of TableColumn).GetEnumerator
Zwraca
Obiekt IEnumerator<T> , który może służyć do iterowania po kolekcji.
Implementuje
Uwagi
Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy TableColumnCollection wystąpienie jest rzutowanie do interfejsu IEnumerable<T> .