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

removeObject(forKey:)

Removes the value associated with the specified key from the key-value store. 指定されたキーと結びつけられた値をキー値保管から除去します。

Declaration 宣言

func removeObject(forKey aKey: String)

Parameters パラメータ

aKey

The key corresponding to the value you want to remove. あなたが除去したいと望む値に対応しているキー。

Discussion 議論

If the specified key is not found in the key-value store, this method does nothing. This method removes the key from the in-memory version of the store only. Call the synchronize method at appropriate times to update the information on disk. 指定されたキーがキー値保管において見つけられないならば、このメソッドは何もしません。このメソッドは、その保管のインメモリ版からのみキーを除去します。同期メソッドを適時に呼び出して、ディスク上の情報を更新してください。