Instance Method インスタンスメソッド

dictionaryRepresentation

Returns a dictionary that contains a union of all key-value pairs in the domains in the search list. ある辞書を返します、それは検索リストの中のドメインそれらの中の全てのキー値ペアの和集合を返します。

Declaration 宣言

- (NSDictionary<NSString *,id> *)dictionaryRepresentation;

Return Value 戻り値

A dictionary containing the keys. The keys are names of defaults and the value corresponding to each key is a property list object (NSData, NSString, NSNumber, NSDate, NSArray, or NSDictionary). キーを含んでいるある辞書。キーはdefaultsの名前です、そして各キーに対応する値はプロパティリストオブジェクトです(NSDataNSStringNSNumberNSDateNSArray、またはNSDictionary)。

Discussion 議論

As with objectForKey:, key-value pairs in domains that are earlier in the search list take precedence. The combined result does not preserve information about which domain each entry came from. objectForKey:どのように、検索リストの中でより早いドメインの中のキー値ペアは優先します。結合された結果は、各登録項目がどのドメインから来るかについての情報を保存しません。

See Also 参照

Getting Default Values defaults値を取得する