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

insertValue:inPropertyWithKey:

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

Declaration 宣言

- (void)insertValue:(id)value 
  inPropertyWithKey:(NSString *)key;

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