- setObject:forKey:
Sets the value of the specified default key.
指定されたdefaultキーの値を設定します。
Availability 有効性
Technology
- (void)removeObjectForKey:(NSString
*)defaultName;
defaultName
The key whose value you want to remove. それの値をあなたが取り除きたいキー。
Removing a default has no effect on the value returned by the object
method if the same key exists in a domain that precedes the standard application domain in the search list.
あるdefaultを取り除くことは、object
メソッドによって返される値に影響を与えません、もし検索リストにおいて標準アプリケーションドメインより前にあるドメインに同じキーが存在するならば。
- setObject:forKey: