UIUpdateLink.UpdateLink 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 |
|---|---|
| UpdateLink(UIView, UIUpdateLinkCallback) | |
| UpdateLink(UIWindowScene, UIUpdateLinkCallback) | |
| UpdateLink(UIView, NSObject, Selector) | |
| UpdateLink(UIWindowScene, NSObject, Selector) |
UpdateLink(UIView, UIUpdateLinkCallback)
[Foundation.Export("updateLinkForView:actionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdateLink(UIKit.UIView windowScene, UIKit.UIUpdateLinkCallback handler);
[<Foundation.Export("updateLinkForView:actionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdateLink : UIKit.UIView * UIKit.UIUpdateLinkCallback -> unit
Parameters
- windowScene
- UIView
- handler
- UIUpdateLinkCallback
- Attributes
Applies to
UpdateLink(UIWindowScene, UIUpdateLinkCallback)
[Foundation.Export("updateLinkForWindowScene:actionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdateLink(UIKit.UIWindowScene windowScene, UIKit.UIUpdateLinkCallback handler);
[<Foundation.Export("updateLinkForWindowScene:actionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdateLink : UIKit.UIWindowScene * UIKit.UIUpdateLinkCallback -> unit
Parameters
- windowScene
- UIWindowScene
- handler
- UIUpdateLinkCallback
- Attributes
Applies to
UpdateLink(UIView, NSObject, Selector)
[Foundation.Export("updateLinkForView:actionTarget:selector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdateLink(UIKit.UIView windowScene, Foundation.NSObject target, ObjCRuntime.Selector selector);
[<Foundation.Export("updateLinkForView:actionTarget:selector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdateLink : UIKit.UIView * Foundation.NSObject * ObjCRuntime.Selector -> unit
Parameters
- windowScene
- UIView
- target
- NSObject
- selector
- Selector
- Attributes
Applies to
UpdateLink(UIWindowScene, NSObject, Selector)
[Foundation.Export("updateLinkForWindowScene:actionTarget:selector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UpdateLink(UIKit.UIWindowScene windowScene, Foundation.NSObject target, ObjCRuntime.Selector selector);
[<Foundation.Export("updateLinkForWindowScene:actionTarget:selector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UpdateLink : UIKit.UIWindowScene * Foundation.NSObject * ObjCRuntime.Selector -> unit
Parameters
- windowScene
- UIWindowScene
- target
- NSObject
- selector
- Selector
- Attributes