Instance Method
インスタンスメソッド
volatileDomainForName:
Returns the dictionary for the specified volatile domain.
指定された揮発性ドメインに対する辞書を返します。
Parameters
パラメータ
domainName
The domain whose keys and values you want.
それのキーと値をあなたが望むドメイン。
Return Value
戻り値
The dictionary of keys and values belonging to the domain. The keys in the dictionary are names of defaults, and the value corresponding to each key is a property list object (NSData
, NSString
, NSNumber
, NSDate
, NSArray
, or NSDictionary
).
そのドメインに属するキーと値からなる辞書。辞書におけるキーはdefaultsの名前です、そして各キーに対応している値はあるプロパティリストオブジェクトです(NSData
、NSString
、NSNumber
、NSDate
、NSArray
、またはNSDictionary
)。
See Also
参照
Maintaining Volatile Domains
揮発性ドメインを保守する