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

presentedItemDidLose(_:)

Tells the delegate that a version of the file or file package was removed. ファイルまたはファイルパーケージのあるバージョンが取り除かれたことを、委任先に伝えます。

Declaration 宣言

optional func presentedItemDidLose(_ version: NSFileVersion)

Parameters パラメータ

version

The file version object containing information about the version that was removed. 取り除かれたバージョンについての情報を含んでいるファイルバージョンオブジェクト。

Discussion 議論

Your delegate can use this method to determine how to handle the loss of the specified file version. You can try to revert the presented document to a previous version or you might want to prompt the user about how to proceed. あなたの委任先はこのメソッドを使って、その指定されたファイルバージョンの喪失をどのように取り扱うかを決定できます。あなたは提示された書類が以前のバージョンに戻るように試みることができますまたはあなたはどのように続けるかについてユーザに促したいかもしれません。

See Also 参照

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