PageContent.GetPageRoot(Boolean) メソッド

定義

FixedPage コンテンツ要素を読み込んで返します。

public:
 System::Windows::Documents::FixedPage ^ GetPageRoot(bool forceReload);
public System.Windows.Documents.FixedPage GetPageRoot (bool forceReload);
member this.GetPageRoot : bool -> System.Windows.Documents.FixedPage
Public Function GetPageRoot (forceReload As Boolean) As FixedPage

パラメーター

forceReload
Boolean

FixedPage が以前に読み込まれ、キャッシュされていても、常に再読み込みする場合は、true。キャッシュ バージョンが存在しないときにのみ、FixedPage を読み込む場合は、false

戻り値

このページのビジュアル ツリーのルート要素。

注釈

GetPageRoot は、 の同期読み込みと解析を実行します FixedPage

注意

読み込み中にスレッドが GetPageRootAsync ブロックされないようにするには、 ではなく GetPageRootFixedPage 使用します。

適用対象