UIUpdateLink.GetUpdateLink 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 |
|---|---|
| GetUpdateLink(UIWindowScene) | |
| GetUpdateLink(UIView) |
GetUpdateLink(UIWindowScene)
[Foundation.Export("updateLinkForWindowScene:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIUpdateInfo GetUpdateLink(UIKit.UIWindowScene windowScene);
[<Foundation.Export("updateLinkForWindowScene:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetUpdateLink : UIKit.UIWindowScene -> UIKit.UIUpdateInfo
Parameters
- windowScene
- UIWindowScene
Returns
- Attributes
Applies to
GetUpdateLink(UIView)
[Foundation.Export("updateLinkForView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIUpdateInfo GetUpdateLink(UIKit.UIView windowScene);
[<Foundation.Export("updateLinkForView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetUpdateLink : UIKit.UIView -> UIKit.UIUpdateInfo
Parameters
- windowScene
- UIView
Returns
- Attributes