DocumentViewerBase.GetPageViewsCollection(Boolean) メソッド

定義

DocumentPageView オブジェクトの新しい読み取り専用のコレクションを作成して返します。これらのオブジェクトは、(Document プロパティによって表される) 現在の表示ドキュメントに関連付けられています。

protected:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::Primitives::DocumentPageView ^> ^ GetPageViewsCollection([Runtime::InteropServices::Out] bool % changed);
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView> GetPageViewsCollection (out bool changed);
abstract member GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
override this.GetPageViewsCollection : bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.Primitives.DocumentPageView>
Protected Overridable Function GetPageViewsCollection (ByRef changed As Boolean) As ReadOnlyCollection(Of DocumentPageView)

パラメーター

changed
Boolean

GetPageViewsCollection(Boolean) を初めて呼び出したとき、または前回 GetPageViewsCollection(Boolean) を呼び出して以降コレクションに変化がない場合は true を返します。それ以外の場合、直前の GetPageViewsCollection(Boolean) 呼び出しの後コレクションが変化した場合は false を返します。

戻り値

現在の表示ドキュメントと関連付けられている DocumentPageView オブジェクトの読み取り専用のコレクション。

注釈

DocumentPageView 、コンテンツの特定のページ (基になる DocumentPageによって表される) のビューポートを提供します。

適用対象

こちらもご覧ください