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