DocumentViewerBase.GetIsMasterPage(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した依存関係オブジェクトの IsMasterPage 添付プロパティの値を返します。
public:
static bool GetIsMasterPage(System::Windows::DependencyObject ^ element);
public static bool GetIsMasterPage (System.Windows.DependencyObject element);
static member GetIsMasterPage : System.Windows.DependencyObject -> bool
Public Shared Function GetIsMasterPage (element As DependencyObject) As Boolean
パラメーター
- element
- DependencyObject
IsMasterPage の値を取得する対象の依存関係オブジェクト。
戻り値
要素 で指定された依存関係オブジェクトから読み取られた、IsMasterPage 添付プロパティの値。
例外
element
が null
の場合、発生します。
注釈
マスター ページは、値true
が DocumentPageView . の添付プロパティをPageViews含むIsMasterPageオブジェクト (コレクション内) に対応します。 詳細については、「IsMasterPage」を参照してください。