DocumentViewerBase.GetPageViewsCollection(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 표시 문서(속성으로 표시 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제공합니다.