Compartilhar via


UIApplicationDelegate_Extensions.GetSupportedInterfaceOrientations Método

Definição

As orientações de interface compatíveis com o aplicativo.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIInterfaceOrientationMask GetSupportedInterfaceOrientations (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIWindow forWindow);
static member GetSupportedInterfaceOrientations : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

Parâmetros

This
IUIApplicationDelegate

A instância na qual esse método de extensão opera.

application
UIApplication

Referência à UIApplication que invocou esse método delegado.

forWindow
UIWindow

Retornos

Atributos

Aplica-se a