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

string

The character contents of the attributed string as a string. 属性付き文字列の文字内容、ある文字列として。

Declaration 宣言

var string: String { get }

Discussion 議論

Attachment characters are not removed from the value of this property. 添付書類文字それらは、このプロパティの値から取り除かれません。

For performance reasons, this property returns the current backing store of the attributed string object. If you want to maintain a snapshot of this as you manipulate the returned string, you should make a copy of the appropriate substring. 性能上の理由から、このプロパティは属性付文字列オブジェクトの現在のバッキングストアを返します。あなたがこれのスナップショットをあなたが返される文字列を操作するように保守したいならば、あなたは適切な下位文字列のコピーを作るべきです。

This primitive property must guarantee efficient access to an attributed string’s characters; subclasses should implement it to execute in O(1) time. この根本的プロパティは、属性付文字列の持つ文字それらに対して、効率の良いアクセスを保証しなければなりません;それをO(1)時間で実行するように実装すべきです。

See Also 参照

Retrieving Character Information 文字情報を回収する