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

valueWithName:inPropertyWithKey:

Retrieves a named object from the collection specified by the passed key.

Declaration 宣言

- (id)valueWithName:(NSString *)name 
  inPropertyWithKey:(NSString *)key;

Discussion 解説

The method valueIn<Key>WithName: is used if it exists. Otherwise, raises an NSUndefinedKeyException.

See Also 参照

Access by name, key, or ID