Instance Property インスタンスプロパティ

persistentIdentifier

The identifier for this version of the file. ファイルのこのバージョンに対する識別子。

Declaration 宣言

@property(readonly, retain) id<NSCoding> persistentIdentifier;

Discussion 議論

You can save the value of this property persistently and use it to recreate the version object later. When recreating the version object using the versionOfItemAtURL:forPersistentIdentifier: method, the version object returned is equivalent to the current object. あなたは、このプロパティの値を永続的に保存して、それを使ってバージョンオブジェクトを後で再作成できます。versionOfItemAtURL:forPersistentIdentifier:メソッドを使ってバージョンオブジェクトを再作成する場合、返されるバージョンオブジェクトは現在のオブジェクトと等しいです。

See Also 参照

Accessing the Version Information バージョン情報にアクセスする