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

localizedNameOfSavingComputer

The user-presentable name of the computer on which the revision was saved. そこにおいて改訂版が保存されたところのコンピュータのユーザに提示可能な名前。

Declaration 宣言

var localizedNameOfSavingComputer: String? { get }

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 バージョン情報にアクセスする