MonobjcMonobjc Documented Class Library
ValueForUndefinedKey Method (key)
NamespacesMonobjc.FoundationNSObjectValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ValueForUndefinedKey(
	NSString key
)
Public Overridable Function ValueForUndefinedKey ( _
	key As NSString _
) As Id
public:
virtual Id^ ValueForUndefinedKey(
	NSString^ key
)
Parameters
key (NSString)
A string that is not equal to the name of any of the receiver's properties.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSObject.ValueForUndefinedKey(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)