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 로드 합니다.