- presentedItemDidGainVersion:
- presentedItemDidLoseVersion:
- presentedItemDidResolveConflictVersion:
- presentedSubitemAtURL:didLoseVersion:
- presentedSubitemAtURL:didResolveConflictVersion:
Availability 有効性
Technology
- (void)presentedSubitemAtURL:(NSURL
*)url
didGainVersion:(NSFileVersion
*)version;
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. 新しいファイルバージョンについての情報を含んでいるファイルバージョンオブジェクト。
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. あなたの委任先はこのメソッドを使って、項目の新しいバージョンからどのようにデータを組み入れるかを決定できます。これは、黙ってバージョンを組み入れることまたはユーザにどのように続行するか尋ねることを伴うかもしれません。
- presentedItemDidGainVersion:
- presentedItemDidLoseVersion:
- presentedItemDidResolveConflictVersion:
- presentedSubitemAtURL:didLoseVersion:
- presentedSubitemAtURL:didResolveConflictVersion: