UIDocumentBrowserViewController.RevealDocumentAsync(NSUrl, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
브라우저에서 제공된 URL에 문서를 표시하고 가 인 경우 importIfNeede
true
가져옵니다.
public virtual System.Threading.Tasks.Task<Foundation.NSUrl> RevealDocumentAsync (Foundation.NSUrl url, bool importIfNeeded);
abstract member RevealDocumentAsync : Foundation.NSUrl * bool -> System.Threading.Tasks.Task<Foundation.NSUrl>
override this.RevealDocumentAsync : Foundation.NSUrl * bool -> System.Threading.Tasks.Task<Foundation.NSUrl>
매개 변수
- url
- NSUrl
표시할 문서의 URL입니다.
- importIfNeeded
- Boolean
문서를 표시하려면 문서를 가져와야 하는 경우 문서 브라우저에서 문서를 가져올지 여부입니다.
반환
비동기 RevealDocument 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 System.Action<Foundation.NSUrl,Foundation.NSError> 형식입니다.