UIDocumentBrowserViewController.RevealDocument 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在浏览器中提供 URL 处显示文档,如果 importIfNeede
为 true
,则导入该文档。
[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
如果必须导入文档才能显示文档,则文档浏览器是否应导入文档。
操作完成后要运行的处理程序。 如果) 出现错误, null
处理程序 (接收显示 URL,如果) 没有错误,则 (null
接收错误。
此参数可以为 null
。
- 属性