- valueWithName:inPropertyWithKey:
Retrieves a named object from the collection specified by the passed key.
- valueWithUniqueID:inPropertyWithKey:
Retrieves an object by ID from the collection specified by the passed key.
Availability
Technology
- (void)insertValue:(id)value
inPropertyWithKey:(NSString
*)key;
The method insert
is used if it exists. Otherwise, raises an NSUndefined
. This is part of Cocoa’s scripting support for inserting newly-created objects into containers without explicitly specifying a location.
これは、新規作成オブジェクトを明示的な場所指定なしにコンテナそれらに挿入するための、Cocoaの持つスクリプティングサポートの一部です。
- valueWithName:inPropertyWithKey:
- valueWithUniqueID:inPropertyWithKey: