Instance Property
インスタンスプロパティ
description
A string that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列、プロパティリストとして書式設定されます。
Declaration
宣言
@property(readonly, copy) NSString
*description;
Discussion
議論
If each key in the dictionary is an NSString
object, the entries are listed in ascending order by key, otherwise the order in which the entries are listed is undefined. This property is intended to produce readable output for debugging purposes, not for serializing data. If you want to store dictionary data for later retrieval, see Property List Programming Guide and Archives and Serializations Programming Guide.
辞書の中の各キーがNSString
オブジェクトならば登録項目はキーによる昇順でリストされます、そうでなければ登録項目がリストされる順番は未定義です。このプロパティはデバッグ目的のための読みやすい出力を生成することを意図されます、データのシリアライズのためでなく。あなたが辞書データを後で回収するために格納したいならば、Property List Programming GuideとArchives and Serializations Programming Guideを見てください。
See Also
参照
Describing a Dictionary
辞書を記述する
descriptionInStringsFileFormat
A string that represents the contents of the dictionary, formatted in .strings
file format.
辞書の内容を表す文字列、.strings
ファイルフォーマットとして書式設定されます。
- descriptionWithLocale:
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。
- descriptionWithLocale:indent:
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。