UIDocument.GetFileAttributesToWrite 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.
A dictionary of file attributes to associate with this UIDocument when writing or updating it.
[Foundation.Export("fileAttributesToWriteToURL:forSaveOperation:error:")]
public virtual Foundation.NSDictionary GetFileAttributesToWrite (Foundation.NSUrl forUrl, UIKit.UIDocumentSaveOperation saveOperation, out Foundation.NSError outError);
abstract member GetFileAttributesToWrite : Foundation.NSUrl * UIKit.UIDocumentSaveOperation * -> Foundation.NSDictionary
override this.GetFileAttributesToWrite : Foundation.NSUrl * UIKit.UIDocumentSaveOperation * -> Foundation.NSDictionary
Parameters
- forUrl
- NSUrl
URL that indicates the location of a document file.
- saveOperation
- UIDocumentSaveOperation
This represents a constant indicating if a document file is being written for the first time or being overwritten.
- outError
- NSError
Error return value.
Returns
NSDictionary of file attributes.
- Attributes
Remarks
This can be used from a background thread.