CALayer.ActionForKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Actions value associated with the specified key.
[Foundation.Export("actionForKey:")]
public virtual Foundation.NSObject ActionForKey (string eventKey);
abstract member ActionForKey : string -> Foundation.NSObject
override this.ActionForKey : string -> Foundation.NSObject
Parameters
- eventKey
- String
Identifier of the action desired.
Returns
- Attributes