Share via


UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) Method

Definition

[Foundation.Export("supportedInterfaceOrientationsForWindow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientationsForWindow(UIKit.UIWindow? window);
[<Foundation.Export("supportedInterfaceOrientationsForWindow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

Parameters

window
UIWindow

Returns

Attributes

Applies to