DocumentViewerBase.PageViews 屬性

定義

重要

此 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 物件 () ,其中包含具有 值 trueIsMasterPage 附加屬性。 如需詳細資訊,請參閱IsMasterPage

適用於