MonobjcMonobjc Documented Class Library
ValueForKey Method (key)
NamespacesMonobjc.QuartzCoreCATransactionValueForKey(NSString)

Returns the arbitrary keyed-data specified by the given key.

Original signature is '+ (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id ValueForKey(
	NSString key
)
Public Shared Function ValueForKey ( _
	key As NSString _
) As Id
public:
static Id^ ValueForKey(
	NSString^ key
)
Parameters
key (NSString)
The name of one of the receiver's properties.
Return Value
The value for the data specified by the key.
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.AppKit (Module: Monobjc.AppKit)