UIViewController.AttemptRotationToDeviceOrientation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プログラムによってビューの回転がトリガーされます。
[Foundation.Export("attemptRotationToDeviceOrientation")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void AttemptRotationToDeviceOrientation ();
static member AttemptRotationToDeviceOrientation : unit -> unit
- 属性
注釈
が を返すfalse
場合ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation)、このメソッドを使用してプログラムによってビューの回転をトリガーできます。
適用対象
こちらもご覧ください
- <xref:UIKit.UIViewController.WillRotate>
- <xref:UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation>