共用方式為


UISplitViewControllerDelegate_Extensions.GetPreferredInterfaceOrientationForPresentation 方法

定義

傳回呈現 splitViewController 時要使用的慣用使用者介面方向。

[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

參數

This
IUISplitViewControllerDelegate

這個擴充方法運作所在的實例。

splitViewController
UISplitViewController

指定將在螢幕上呈現的分割檢視控制器。

傳回

屬性

適用於