MonobjcMonobjc Documented Class Library
ValueWithNameInPropertyWithKey Method (name, key)
NamespacesMonobjc.FoundationNSObjectValueWithNameInPropertyWithKey(NSString, NSString)

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

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ValueWithNameInPropertyWithKey(
	NSString name,
	NSString key
)
Public Overridable Function ValueWithNameInPropertyWithKey ( _
	name As NSString, _
	key As NSString _
) As Id
public:
virtual Id^ ValueWithNameInPropertyWithKey(
	NSString^ name, 
	NSString^ key
)
Parameters
name (NSString)
MISSING
key (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSObject.ValueWithNameInPropertyWithKey(Monobjc.Foundation.NSString,Monobjc.Foundation.NSString)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)