Instance Property
インスタンスプロパティ
localizedNameOfSavingComputer
The user-presentable name of the computer on which the revision was saved.
そこにおいて改訂版が保存されたところのコンピュータのユーザに提示可能な名前。
Declaration
宣言
@property(nullable, readonly, copy) NSString
*localizedNameOfSavingComputer;
Discussion
議論
If the current revision has been deleted from disk, or if no computer name was recorded, the value in this property is nil
. The computer name is guaranteed to be recorded only when the current version is in conflict with another version. The version object does not track changes to the computer name itself. Thus, if the computer name changed, the value in this string might be an old value.
現在のバージョンがディスクから消去されたならば、またはコンピュータ名が記録されなかったならば、このプロパティの中の値はnil
です。コンピュータ名が記録されることを保証されるのは、現在のバージョンが別のバージョンと衝突する場合にのみです。バージョンオブジェクトは、 コンピュータ名それ自体への変更を追跡しません。したがって、コンピュータ名が変化したならば、この文字列の中の値は古い値かもしれません。
See Also
参照
Accessing the Version Information
バージョン情報にアクセスする
URL
The URL identifying the location of the file associated with the file version object.
ファイルバージョンオブジェクトと結びつけられるファイルの場所を識別するURL。
localizedName
The string containing the user-presentable name of the file version.
そのファイルバージョンのユーザに提示可能な名前を含んでいる文字列。
discardable
A Boolean value that specifies whether the system can delete the associated file at some future time.
あるブール値、それはシステムが結びつけられたファイルをいつか将来の時間に削除可能かどうかを指定します。