DocumentViewerBase.GetPageViewsCollection(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并返回与当前显示文档(由 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
。
返回
与当前显示文档关联的 DocumentPageView 对象的只读集合。
注解
A DocumentPageView 为基础 DocumentPage () 表示的特定内容页面提供视区。