Share via


UIDocumentBrowserViewController.RevealDocument 메서드

정의

브라우저에서 제공된 URL에 문서를 표시하고 이 인 경우 importIfNeedetrue가져옵니다.

[Foundation.Export("revealDocumentAtURL:importIfNeeded:completion:")]
public virtual void RevealDocument (Foundation.NSUrl url, bool importIfNeeded, Action<Foundation.NSUrl,Foundation.NSError> completion);
abstract member RevealDocument : Foundation.NSUrl * bool * Action<Foundation.NSUrl, Foundation.NSError> -> unit
override this.RevealDocument : Foundation.NSUrl * bool * Action<Foundation.NSUrl, Foundation.NSError> -> unit

매개 변수

url
NSUrl

표시할 문서의 URL입니다.

importIfNeeded
Boolean

문서를 표시하려면 문서를 가져와야 하는 경우 문서 브라우저에서 문서를 가져와야 하는지 여부입니다.

completion
Action<NSUrl,NSError>

작업이 완료된 후 실행할 처리기입니다. 처리기는 표시된 URL(null 오류가 있는 경우) 및 오류(null 오류가 없는 경우)를 받습니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상