DocumentViewerBase.GetPageViewsCollection(Boolean) 메서드

정의

DocumentPageView 속성이 나타내는 현재 표시 문서와 연결된 Document 개체의 새 읽기 전용 컬렉션을 만들고 반환합니다.

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ GetPageViewsCollection([Runtime::InteropServices::Out] bool % changed);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> GetPageViewsCollection (out bool changed);
abstract member GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
override this.GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Protected Overridable Function GetPageViewsCollection (ByRef changed As Boolean) As ReadOnlyCollection(Of DocumentPageView)

매개 변수

changed
Boolean

true 의 첫 번째 호출이거나 이전 GetPageViewsCollection(Boolean) 호출 이후 컬렉션이 변경되지 않았으면 GetPageViewsCollection(Boolean) 를 반환하고, 마지막 false 호출 이후 컬렉션이 변경되었으면 GetPageViewsCollection(Boolean) 를 반환합니다.

반환

ReadOnlyCollection<DocumentPageView>

현재 표시 문서와 연결된 DocumentPageView 개체의 읽기 전용 컬렉션입니다.

설명

A DocumentPageView 는 콘텐츠의 특정 페이지(기본으로 표시됨)에 대한 뷰포트를 DocumentPage제공합니다.

적용 대상

추가 정보