共用方式為


UIDocumentBrowserViewController.RevealDocument 方法

定義

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

[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

屬性

適用於