UIViewController.ShouldAutorotateToInterfaceOrientation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
true
UIViewController如果 支持旋转到指定的 UIInterfaceOrientation,则为 。
[Foundation.Export("shouldAutorotateToInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use both 'GetSupportedInterfaceOrientations' and 'PreferredInterfaceOrientationForPresentation' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutorotateToInterfaceOrientation (UIKit.UIInterfaceOrientation toInterfaceOrientation);
abstract member ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool
override this.ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool
参数
- toInterfaceOrientation
- UIInterfaceOrientation
最后一个 UIInterfaceOrientation。
返回
true
UIViewController如果 支持旋转到指定的 UIInterfaceOrientation,则为 。
- 属性
注解
应用程序开发人员不应使用此已弃用的方法。 相反,它们应使用 ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation)、 PreferredInterfaceOrientationForPresentation()和 GetSupportedInterfaceOrientations()。