Instance Method インスタンスメソッド

presentedItemDidGain(_:)

Tells the delegate that a new version of the file or file package was added. ファイルまたはファイルパーケージの新しいバージョンが加えられたことを、委任先に伝えます。

Declaration 宣言

optional func presentedItemDidGain(_ version: NSFileVersion)

Parameters パラメータ

version

The file version object containing information about the new file version. 新しいファイルバージョンについての情報を含んでいるファイルバージョンオブジェクト。

Discussion 議論

Your delegate can use this method to determine how to incorporate data from the new version of the file or file package. If the file has not been modified by your code, you might simply update to the new version quietly. However, if your application has its own changes, you might need to ask the user how to proceed. あなたの委任先はこのメソッドを使って、新しいファイルまたはファイルパッケージからどのようにデータを組み入れるかを決定できます。ファイルがあなたのコードによって修正されていないならば、こっそりとあなたは単に新しいバージョンに更新するかもしれません。しかしながら、あなたのアプリケーションがそれ自身の変更をするならば、あなたはユーザにどのように続けるか尋ねる必要があるかもしれません。

See Also 参照

Responding to Version Changes バージョン変更に応答する