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

insertValue(_:inPropertyWithKey:)

Inserts an object in the collection specified by the passed key.

Declaration 宣言

func insertValue(_ value: Any, 
inPropertyWithKey key: String)

Discussion 解説

The method insertIn<Key>: is used if it exists. Otherwise, raises an NSUndefinedKeyException. This is part of Cocoa’s scripting support for inserting newly-created objects into containers without explicitly specifying a location. これは、新規作成オブジェクトを明示的な場所指定なしにコンテナそれらに挿入するための、Cocoaの持つスクリプティングサポートの一部です。

See Also 参照

Access by name, key, or ID