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

localizedName

Returns the name used as by default when publishing NSNetServices. NSNetServicesをパブリッシュする場合に省略時として使われる名前を返します。

Declaration 宣言

var localizedName: String? { get }

Return Value 戻り値

A string containing the computer name. コンピュータ名を含んでいる文字列。

Discussion 議論

This is the name displayed in the Finder sidebar, as well as in the Sharing preference panel. これは、Finderサイドバーで、それだけでなく「共有」環境設定パネルで表示される名前です。

This method only returns an NSString when sent to the the current() instance, all other instances currently return nil. このメソッドがNSStringを返すのは、current()インスタンスを送った場合だけです、全ての他のインスタンスは現在nilを返します。

This property is key-value observable. このプロパティは、キー値監視可能です。

See Also 参照

Getting Host Information ホスト情報を得る