+ dictionaryWithContentsOfURL:error:
+ dictionaryWithContentsOfURL:
- initWithContentsOfURL:error:
- initWithContentsOfURL:
- initWithContentsOfFile:
Availability 有効性
Technology
+ (NSDictionary
<KeyType , ObjectType > *)dictionaryWithContentsOfFile:(NSString
*)path;
path
A full or relative pathname. The file identified by path
must contain a string representation of a property list whose root object is a dictionary.
完全または相対パス名。path
によって識別されるファイルは、それのルートオブジェクトが辞書であるプロパティリストの文字列表現を含まなければなりません。
A new dictionary that contains the dictionary at path
, or nil
if there is a file error or if the contents of the file are an invalid representation of a dictionary.
path
での辞書を含む新しい辞書、またはnil
、もしエラーがあるならばまたはリソースの内容が無効な表現である辞書ならば。
The dictionary representation in the file identified by path
must contain only property list objects (NSString
, NSData
, NSDate
, NSNumber
, NSArray
, or NSDictionary
objects). For more details, see Property List Programming Guide. The objects contained by this dictionary are immutable, even if the dictionary is mutable.
path
によって識別されるファイルの中の辞書表現は、ただプロパティリストオブジェクト(NSString
、NSData
、NSDate
、NSNumber
、NSArray
、またはNSDictionary
オブジェクト)だけを含んでいなければなりません。さらなる詳細として、「プロパティリストプログラミングガイド」を見てください。この辞書に含まれるオブジェクトは不変です、その辞書が可変だとしてもです。
+ dictionaryWithContentsOfURL:error:
+ dictionaryWithContentsOfURL:
- initWithContentsOfURL:error:
- initWithContentsOfURL:
- initWithContentsOfFile: