DocumentViewer.GetPageViewsCollection(Boolean) 메서드

정의

현재 표시된 DocumentPageView 요소의 컬렉션을 반환합니다.

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

매개 변수

changed
Boolean

이 메서드는 반환될 때 마지막 DocumentPageView 호출 이후에 GetPageViewsCollection(Boolean) 요소의 컬렉션이 변경되었으면 true를 포함하고, 그렇지 않으면 false를 포함합니다.

반환

ReadOnlyCollection<DocumentPageView>

현재 DocumentPageView 컨트롤에 표시된 DocumentViewer 요소의 컬렉션입니다.

적용 대상