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

removeObject(forKey:)

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

Declaration 宣言

func removeObject(forKey defaultName: String)

Parameters パラメータ

defaultName

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

Discussion 議論

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

See Also 参照

Related Documentation 関連文書