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 オブジェクトの読み取り専用コレクション。
このプロパティには既定値はありません。
- 属性
注釈
は DocumentPageView 、コンテンツの特定のページ (基になる DocumentPageによって表される) のビューポートを提供します。 プロパティでPageViews表されるオブジェクトのDocumentPageViewセットは、コンテンツを表示するためにビューアーによって使用されます。
マスター ページは、 の値true
をDocumentPageView持つ添付プロパティをPageViewsIsMasterPage含むオブジェクト (コレクション内) に対応します。 詳細については、「IsMasterPage」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET