DocumentReference.GetDocument(Boolean) 메서드

정의

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

매개 변수

forceReload
Boolean

Source 문서를 이전에 로드했더라도 새로 로드하려면 true입니다.

반환

FixedDocument

로드한 문서입니다.

설명

문서가 이전에 GetDocument 로드되지 않은 경우 매개 변수 true 가 있는지 forceReload 여부에 false관계없이 문서를 로드합니다.

문서를 이전에 로드하고 forceReload 지정 false한 경우 문서가 다시 로드되지 않고 이전에 로드된 문서가 반환됩니다.

지정true한 경우 forceReload 이전에 이미 검색된 경우에도 전체 문서가 다시 로드되고 다시 구문 분석됩니다.

적용 대상