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) 입니다.

반품

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

설명

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

적용 대상

추가 정보