DocumentViewerBase.GetMasterPageView メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このビューアーの現在のマスター DocumentPageView を返します。
protected:
System::Windows::Controls::Primitives::DocumentPageView ^ GetMasterPageView();
protected System.Windows.Controls.Primitives.DocumentPageView GetMasterPageView ();
member this.GetMasterPageView : unit -> System.Windows.Controls.Primitives.DocumentPageView
Protected Function GetMasterPageView () As DocumentPageView
戻り値
このビューアーの現在のマスター DocumentPageView、またはマスター DocumentPageView が見つからない場合は null。
注釈
は DocumentPageView 、コンテンツの特定のページ (基になる DocumentPageによって表される) のビューポートを提供します。 マスター ページは、 の値true
をDocumentPageView持つ添付プロパティをPageViewsIsMasterPage含むオブジェクト (コレクション内) に対応します。 詳細については、「IsMasterPage」を参照してください。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET