PageContent.GetPageRoot(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
載入並傳回 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
參數
傳回
此頁面之視覺化樹狀結構的根項目。
備註
GetPageRoot 會執行 的 FixedPage 同步載入和剖析。
注意
GetPageRootAsync使用 而非 GetPageRoot ,以避免在載入時 FixedPage 封鎖執行緒。