共用方式為


UIDocumentBrowserViewController.RevealDocumentAsync(NSUrl, Boolean) 方法

定義

在瀏覽器中顯示位於所提供 URL 的檔,如果 為 true ,則會將其匯入 importIfNeede

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 > 。

適用於