Instance Property
インスタンスプロパティ
descriptionInStringsFileFormat
A string that represents the contents of the dictionary, formatted in .strings
file format.
辞書の内容を表す文字列、.strings
ファイルフォーマットとして書式設定されます。
Declaration
宣言
@property(readonly, copy) NSString
*descriptionInStringsFileFormat;
Discussion
議論
The order in which the entries are listed is undefined.
登録項目がリストされる順番は未定義です。
This method fails unless the dictionary can be represented by a strings resource file. For details, see String Resources in Resource Programming Guide.
このメソッドは、辞書が文字列リソースファイルによって表現可能でない限り失敗します。詳細は、String ResourcesをResource Programming Guideで見てください。
See Also
参照
Describing a Dictionary
辞書を記述する
description
A string that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列、プロパティリストとして書式設定されます。
- 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.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。