Share via


UIUpdateLink.UpdateLink Method

Definition

Overloads

[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
Attributes

Applies to

[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
Attributes

Applies to

[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

[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

Applies to