Freigeben über


UIApplicationDelegate_Extensions.GetSupportedInterfaceOrientations Methode

Definition

Die von der App unterstützten Schnittstellenausrichtungen.

[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

Parameter

This
IUIApplicationDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

application
UIApplication

Verweis auf die UIApplication, die diese Delegatmethode aufgerufen hat.

forWindow
UIWindow

Gibt zurück

Attribute

Gilt für: