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

removeObjectForKey:

Removes the value of the specified default key. 指定されたdefaultキーの値を取り除きます。

Declaration 宣言

- (void)removeObjectForKey:(NSString *)defaultName;

Parameters パラメータ

defaultName

The key whose value you want to remove. それの値をあなたが取り除きたいキー。

Discussion 議論

Removing a default has no effect on the value returned by the objectForKey: method if the same key exists in a domain that precedes the standard application domain in the search list. あるdefaultを取り除くことは、objectForKey:メソッドによって返される値に影響を与えません、もし検索リストにおいて標準アプリケーションドメインより前にあるドメインに同じキーが存在するならば。

See Also 参照

Related Documentation 関連文書