DocumentViewer.GetPageViewsCollection(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回目前所顯示的 DocumentPageView 項目集合。
protected:
override System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ GetPageViewsCollection([Runtime::InteropServices::Out] bool % changed);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> GetPageViewsCollection (out bool changed);
override this.GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Protected Overrides Function GetPageViewsCollection (ByRef changed As Boolean) As ReadOnlyCollection(Of DocumentPageView)
參數
- changed
- Boolean
如果在上一次呼叫 DocumentPageView 之後 GetPageViewsCollection(Boolean) 項目集合變更了,這個方法會傳回、包含 true
,否則為 false
。
傳回
目前顯示在 DocumentPageView 控制項中的 DocumentViewer 項目集合。