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() 。