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 członka, 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 jest jawną implementacją członków. Można go używać tylko wtedy, gdy TableColumnCollection wystąpienie jest rzutowe do interfejsu IEnumerable<T> .