UIUpdateLink.AddActionToPhase 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.
Overloads
| Name | Description |
|---|---|
| AddActionToPhase(UIUpdateActionPhase, UIUpdateLinkCallback) | |
| AddActionToPhase(UIUpdateActionPhase, NSObject, Selector) |
AddActionToPhase(UIUpdateActionPhase, UIUpdateLinkCallback)
[Foundation.Export("addActionToPhase:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddActionToPhase(UIKit.UIUpdateActionPhase phase, UIKit.UIUpdateLinkCallback handler);
[<Foundation.Export("addActionToPhase:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddActionToPhase : UIKit.UIUpdateActionPhase * UIKit.UIUpdateLinkCallback -> unit
override this.AddActionToPhase : UIKit.UIUpdateActionPhase * UIKit.UIUpdateLinkCallback -> unit
Parameters
- phase
- UIUpdateActionPhase
- handler
- UIUpdateLinkCallback
- Attributes
Applies to
AddActionToPhase(UIUpdateActionPhase, NSObject, Selector)
[Foundation.Export("addActionToPhase:target:selector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddActionToPhase(UIKit.UIUpdateActionPhase phase, Foundation.NSObject target, ObjCRuntime.Selector selector);
[<Foundation.Export("addActionToPhase:target:selector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddActionToPhase : UIKit.UIUpdateActionPhase * Foundation.NSObject * ObjCRuntime.Selector -> unit
override this.AddActionToPhase : UIKit.UIUpdateActionPhase * Foundation.NSObject * ObjCRuntime.Selector -> unit
Parameters
- phase
- UIUpdateActionPhase
- target
- NSObject
- selector
- Selector
- Attributes