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