MonobjcMonobjc Documented Class Library
ActionForKey Method (key)
NamespacesMonobjc.QuartzCoreCALayerActionForKey(NSString)

Returns an object that implements the action for the specified identifier.

Original signature is '- (id < CAAction >)actionForKey:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ICAAction ActionForKey(
	NSString key
)
Public Overridable Function ActionForKey ( _
	key As NSString _
) As ICAAction
public:
virtual ICAAction^ ActionForKey(
	NSString^ key
)
Parameters
key (NSString)
The identifier of the action.
Return Value
Returns the object that provides the action for key. The object must implement the CAAction protocol.
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)