NSDocument.FileAttributesToWrite 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.
[Foundation.Export("fileAttributesToWriteToURL:ofType:forSaveOperation:originalContentsURL:error:")]
public virtual Foundation.NSDictionary FileAttributesToWrite (Foundation.NSUrl toUrl, string typeName, AppKit.NSSaveOperationType saveOperation, Foundation.NSUrl absoluteOriginalContentsUrl, out Foundation.NSError outError);
abstract member FileAttributesToWrite : Foundation.NSUrl * string * AppKit.NSSaveOperationType * Foundation.NSUrl * -> Foundation.NSDictionary
override this.FileAttributesToWrite : Foundation.NSUrl * string * AppKit.NSSaveOperationType * Foundation.NSUrl * -> Foundation.NSDictionary
Parameters
- toUrl
- NSUrl
- typeName
- String
- saveOperation
- NSSaveOperationType
- absoluteOriginalContentsUrl
- NSUrl
- outError
- NSError
Returns
- Attributes