DocumentViewerBase.GetPageViewsCollection(Boolean) 方法

定义

创建并返回与当前显示文档(由 Document 属性表示)关联的 DocumentPageView 对象的新的只读集合。

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

如果首次调用 GetPageViewsCollection(Boolean) 或者自从上次调用 GetPageViewsCollection(Boolean) 后集合未发生更改,则返回 true;如果自从上次调用 GetPageViewsCollection(Boolean) 后集合发生了更改,则返回 false

返回

ReadOnlyCollection<DocumentPageView>

与当前显示文档关联的 DocumentPageView 对象的只读集合。

注解

A DocumentPageView 为基础 DocumentPage () 表示的特定内容页面提供视区。

适用于

另请参阅