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
매개 변수
- forceReload
- Boolean
true이전에 로드되고 캐시 FixedPage 된 경우에도 항상 다시 false 로드하려면 캐시된 버전이 없는 경우에만 로드 FixedPage 합니다.
반품
이 페이지에 대한 시각적 트리의 루트 요소입니다.
설명
GetPageRoot 는 .의 FixedPage동기 로드 및 구문 분석을 수행합니다.
메모
로드하는 GetPageRootAsync 동안 GetPageRoot 스레드 차단을 방지하는 대신 FixedPage 사용합니다.