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线程阻塞。