다음을 통해 공유


UIDocumentBrowserViewController.RevealDocumentAsync(NSUrl, Boolean) 메서드

정의

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

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> 형식입니다.

적용 대상