Condividi tramite


UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) Metodo

Definizione

Set di orientamenti dell'interfaccia utilizzati per i controller di visualizzazione nella finestra specificata.

[Foundation.Export("supportedInterfaceOrientationsForWindow:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientationsForWindow (UIKit.UIWindow window);
abstract member SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

Parametri

window
UIWindow

Finestra da cui verranno recuperati gli orientamenti predefiniti dell'interfaccia.

Restituisce

Maschera di bit che indica quali orientamenti sono supportati.

Attributi

Si applica a