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 로드되지 않은 경우 매개 변수 forceReload 가 있는지 여부에 truefalse관계없이 문서를 로드합니다.
문서가 이전에 forceReload 로드되어 지정된 false경우 문서가 다시 로드되지 않고 이전에 로드된 문서가 반환됩니다.
지정forceReload한 경우 true 이전에 이미 검색된 경우에도 전체 문서가 다시 로드되고 다시 구문 분석됩니다.