PageContentCollection.GetEnumerator 메서드

정의

페이지 컬렉션을 반복하기 위한 열거자를 반환합니다.

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)

반품

컬렉션을 반복하는 데 사용할 수 있는 열거자입니다.

구현

설명

열거자는 컬렉션의 데이터 읽기만 허용합니다. 열거자를 사용하여 기본 컬렉션을 수정할 수 없습니다.

열거자를 사용하는 방법에 대한 다른 설명은 .IEnumerable를 참조GetEnumerator하세요.

적용 대상