Share via


NSDocument.Autosave(Boolean, NSDocumentCompletionHandler) 方法

定义

[Foundation.Export("autosaveWithImplicitCancellability:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Autosave (bool autosavingIsImplicitlyCancellable, AppKit.NSDocumentCompletionHandler completionHandler);
abstract member Autosave : bool * AppKit.NSDocumentCompletionHandler -> unit
override this.Autosave : bool * AppKit.NSDocumentCompletionHandler -> unit

参数

autosavingIsImplicitlyCancellable
Boolean
completionHandler
NSDocumentCompletionHandler
属性

适用于