DocumentViewerBase.GetPageViewsCollection(Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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によって表される) のビューポートを提供します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET