DocumentViewerBase.PageViews 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取查看器所包含的活动 DocumentPageView 对象的只读集合。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ PageViews { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> PageViews { get; }
[<System.CLSCompliant(false)>]
member this.PageViews : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Public ReadOnly Property PageViews As ReadOnlyCollection(Of DocumentPageView)
属性值
查看器所包含的活动 DocumentPageView 对象的只读集合。
此属性没有默认值。
- 属性
注解
DocumentPageView为由基础DocumentPage) 表示的内容 (的特定页面提供视区。 查看器使用 属性PageViews表示的对象DocumentPageView集来显示内容。
母版页对应于 DocumentPageView 集合) 中的 PageViews 对象 (,该对象包含 IsMasterPage 值为 的 true
附加属性。 有关详细信息,请参阅 IsMasterPage。