The key corresponding to the value you want to remove. あなたが除去したいと望む値に対応しているキー。
Instance Method
インスタンスメソッド
remove
removeObject(forKey:)
Removes the value associated with the specified key from the key-value store.
指定されたキーと結びつけられた値をキー値保管から除去します。
Availability 有効性
- iOS 5.0+
- iPadOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func removeObject(forKey aKey: String
)
Parameters パラメータ
aKey
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. 指定されたキーがキー値保管において見つけられないならば、このメソッドは何もしません。このメソッドは、その保管のインメモリ版からのみキーを除去します。同期メソッドを適時に呼び出して、ディスク上の情報を更新してください。