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

presentedSubitem(at:didGain:)

Tells the delegate that the item inside the presented directory gained a new version. 提示されたディレクトリ内の項目が新しいバージョンを獲得したことを、委任先に伝えます。

Declaration 宣言

optional func presentedSubitem(at url: URL, 
                       didGain version: NSFileVersion)

Parameters パラメータ

url

The URL of the item inside the presented directory that gained a new version. The item need not be at the top level of the presented directory but may itself be inside a nested subdirectory. 新しいバージョンを手に入れた、その提示されるディレクトリ内の項目のURL。項目はこの提示されたディレクトリのトップレベルにある必要はなく、入れ子にされた下位ディレクトリ内にそれ自身はあるかもしれません。

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 item. This might involve incorporating the version silently or asking the user about how to proceed. あなたの委任先はこのメソッドを使って、項目の新しいバージョンからどのようにデータを組み入れるかを決定できます。これは、黙ってバージョンを組み入れることまたはユーザにどのように続行するか尋ねることを伴うかもしれません。

See Also 参照

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