DocumentReference.GetDocument(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Source 속성 위치로 지정된 문서를 동기적으로 로드하고 구문 분석합니다.
public:
System::Windows::Documents::FixedDocument ^ GetDocument(bool forceReload);
public System.Windows.Documents.FixedDocument GetDocument (bool forceReload);
member this.GetDocument : bool -> System.Windows.Documents.FixedDocument
Public Function GetDocument (forceReload As Boolean) As FixedDocument
매개 변수
반환
로드한 문서입니다.
설명
문서가 이전에 GetDocument 로드되지 않은 경우 매개 변수 true 가 있는지 forceReload 여부에 false관계없이 문서를 로드합니다.
문서를 이전에 로드하고 forceReload 지정 false한 경우 문서가 다시 로드되지 않고 이전에 로드된 문서가 반환됩니다.
지정true한 경우 forceReload 이전에 이미 검색된 경우에도 전체 문서가 다시 로드되고 다시 구문 분석됩니다.