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 物件集合。
此房產無預設價值。
- 屬性
備註
A DocumentPageView 提供特定內容頁面的視口(由底層 DocumentPage表示)。 由屬性所代表PageViews的物件集合DocumentPageView,供檢視者用來顯示內容。
主頁面對應DocumentPageView於包含IsMasterPage附加屬性的物件(集合中PageViews),其值為 true。 如需詳細資訊,請參閱IsMasterPage。