PageContentCollection.GetEnumerator Metodo

Definizione

Restituisce un enumeratore per scorrere l'insieme di pagine.

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)

Restituisce

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Commenti

Gli enumeratori consentono solo la lettura dei dati nella raccolta. Non è possibile utilizzare enumeratori per modificare la raccolta sottostante.

Per altre osservazioni su come usare gli enumeratori, vedere IEnumerable.GetEnumerator

Si applica a