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

반품

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

설명

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

메모

로드하는 GetPageRootAsync 동안 GetPageRoot 스레드 차단을 방지하는 대신 FixedPage 사용합니다.

적용 대상