次の方法で共有


UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) メソッド

定義

指定したウィンドウのビュー コントローラーに使用されるインターフェイスの向きのセット。

[Foundation.Export("supportedInterfaceOrientationsForWindow:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientationsForWindow (UIKit.UIWindow window);
abstract member SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

パラメーター

window
UIWindow

既定のインターフェイスの向きを取得するウィンドウ。

戻り値

サポートされている方向を示すビットマスク。

属性

適用対象