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

mutableString

The character contents of the receiver as an NSMutableString object. レシーバの文字内容、NSMutableStringオブジェクトとして。

Declaration 宣言

var mutableString: NSMutableString { get }

Return Value 戻り値

The mutable string object. 可変文字列オブジェクト。

Discussion 議論

The receiver tracks changes to this string and keeps its attribute mappings up to date. レシーバは、この文字列への変更を追跡します、そしてそれの属性マッピングに最新の情報を伝えます。

See Also 参照

Related Documentation 関連文書