DocumentViewerBase.GetMasterPageView メソッド

定義

このビューアーの現在のマスター 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で表される) のビューポートを提供します。 マスター ページは、値が DocumentPageViewPageViews添付プロパティを含むIsMasterPage オブジェクト (true コレクション内) に対応します。 詳細については、IsMasterPageを参照してください。

適用対象

こちらもご覧ください