PageContentCollection.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający do iterowania po kolekcji stron.

public:
 virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::PageContent ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.PageContent>
Public Function GetEnumerator () As IEnumerator(Of PageContent)

Zwraca

Moduł wyliczający, który może służyć do iterowania po kolekcji.

Implementuje

Uwagi

Moduły wyliczające zezwalają tylko na odczytywanie danych w kolekcji. Moduły wyliczania nie mogą służyć do modyfikowania podstawowej kolekcji.

Zobacz IEnumerable.GetEnumerator Aby uzyskać inne uwagi dotyczące sposobu użycia modułów wyliczania.

Dotyczy