UIDocument.Close(UIOperationHandler) 方法

定义

保存任何更改后异步关闭文档。

[Foundation.Export("closeWithCompletionHandler:")]
public virtual void Close (UIKit.UIOperationHandler completionHandler);
abstract member Close : UIKit.UIOperationHandler -> unit
override this.Close : UIKit.UIOperationHandler -> unit

参数

completionHandler
UIOperationHandler

此参数可以为 null

属性

注解

这可以从后台线程使用。

适用于