共用方式為


UISplitViewControllerDelegate.SupportedInterfaceOrientations 方法

定義

查詢委派,以取得分割檢視控制器支援的介面方向規格。

[Foundation.Export("splitViewControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations (UIKit.UISplitViewController splitViewController);
abstract member SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask

參數

splitViewController
UISplitViewController

分割檢視控制器。

傳回

傳回要求給指定之分割檢視控制器支援的方向。

屬性

適用於