var localizedName : String?
The string containing the user-presentable name of the file version.
そのファイルバージョンのユーザに提示可能な名前を含んでいる文字列。
var localizedNameOfSavingComputer : String?
The user-presentable name of the computer on which the revision was saved.
そこにおいて改訂版が保存されたところのコンピュータのユーザに提示可能な名前。
var modificationDate : Date?
The modification date of the version.
そのバージョンの修正日。
var persistentIdentifier : NSCoding
The identifier for this version of the file.
ファイルのこのバージョンに対する識別子。
var isDiscardable : Bool
A Boolean value that specifies whether the system can delete the associated file at some future time.
あるブール値、それはシステムが結びつけられたファイルをいつか将来の時間に削除可能かどうかを指定します。