DocumentViewer.GetPageViewsCollection(Boolean) メソッド

定義

現在表示されている 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 要素のコレクション。

適用対象