- objectForKey:
Returns the object associated with the specified key.
指定されたキーと結びつけられたオブジェクトを返します。
- URLForKey:
Returns the URL associated with the specified key.
指定されたキーと結びつけられたURLを返します。
- dictionaryForKey:
Returns the dictionary object associated with the specified key.
指定されたキーと結びつけられた辞書オブジェクトを返します。
- stringForKey:
Returns the string associated with the specified key.
指定されたキーと結びつけられた文字列を返します。
- stringArrayForKey:
Returns the array of strings associated with the specified key.
この指定されたキーと結びつけられた、文字列それらからなる配列を返します。
- dataForKey:
Returns the data object associated with the specified key.
指定されたキーと結びつけられたデータオブジェクトを返します。
- boolForKey:
Returns the Boolean value associated with the specified key.
指定されたキーと結びつけられたブール値を返します。
- integerForKey:
Returns the integer value associated with the specified key.
指定されたキーと結びつけられた整数値を返します。
- floatForKey:
Returns the float value associated with the specified key.
指定されたキーと結びつけられたfloat値を返します。
- doubleForKey:
Returns the double value associated with the specified key.
指定されたキーと結びつけられたdouble値を返します。
- dictionaryRepresentation
Returns a dictionary that contains a union of all key-value pairs in the domains in the search list.
ある辞書を返します、それは検索リストの中のドメインそれらの中の全てのキー値ペアの和集合を返します。