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>

操作完成后要运行的处理程序。 如果) 出现错误, null 处理程序 (接收显示 URL,如果) 没有错误,则 (null 接收错误。

此参数可以为 null

属性

适用于