Freigeben über


UISplitViewControllerDelegate_Extensions.GetPreferredInterfaceOrientationForPresentation Methode

Definition

Gibt die bevorzugte Ausrichtung der Benutzeroberfläche zurück, die beim Darstellen splitViewControllerverwendet werden soll.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController);
static member GetPreferredInterfaceOrientationForPresentation : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

Parameter

This
IUISplitViewControllerDelegate

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

splitViewController
UISplitViewController

Gibt den Controller für die geteilte Ansicht an, der auf dem Bildschirm angezeigt wird.

Gibt zurück

Attribute

Gilt für: