Type Property 型プロパティ

withoutChanges

Declaration 宣言

static var withoutChanges: NSFileCoordinator.ReadingOptions { get }

Discussion 議論

Specify this constant if your code does not need other objects to save changes first. If you do not specify this constant, the savePresentedItemChanges(completionHandler:) method of relevant file presenters is called before your code reads the item. あなたのコードが変更を最初に保存するのに他のオブジェクトを必要としないならばこの定数を指定してください。あなたがこの定数を指定しないならば、関連のあるファイルプレゼンタのsavePresentedItemChanges(completionHandler:)メソッドがあなたのコードがその項目を読み出す前に呼び出されます。