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

이전에 로드 및 캐시된 경우에도 항상true 를 다시 로드하면 FixedPage 이고, 캐시된 버전이 없는 경우에만 false 를 로드하면 FixedPage 입니다.

반환

FixedPage

이 페이지에 대한 시각적 트리의 루트 요소입니다.

설명

GetPageRoot 동기 로드 및 구문 분석을 수행 합니다 FixedPage합니다.

참고

사용 된 GetPageRootAsync 대신 GetPageRoot 스레드를 방지 하려면 차단 하는 FixedPage 로드 합니다.

적용 대상