Compartilhar via


UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) Método

Definição

O conjunto de orientações de interface que são usadas para os controladores de exibição na janela especificada.

[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

Parâmetros

window
UIWindow

Janela da qual as orientações de interface padrão serão recuperadas.

Retornos

Uma máscara de bits que indica quais orientações têm suporte.

Atributos

Aplica-se a