UIDocument.ChangeCountTokenForSaveOperation(UIDocumentSaveOperation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden, returns an object encapsulating document changes. Used with UpdateChangeCount and Save.
[Foundation.Export("changeCountTokenForSaveOperation:")]
public virtual Foundation.NSObject ChangeCountTokenForSaveOperation (UIKit.UIDocumentSaveOperation saveOperation);
abstract member ChangeCountTokenForSaveOperation : UIKit.UIDocumentSaveOperation -> Foundation.NSObject
override this.ChangeCountTokenForSaveOperation : UIKit.UIDocumentSaveOperation -> Foundation.NSObject
Parameters
- saveOperation
- UIDocumentSaveOperation
This represents a constant indicating if a document file is being written for the first time or being overwritten.
Returns
NSObject
- Attributes
Remarks
This can be used from a background thread.