UIViewController.ShouldAutorotateToInterfaceOrientation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
true
si prend en charge la UIViewController rotation vers le spécifié 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
Paramètres
- toInterfaceOrientation
- UIInterfaceOrientation
UIInterfaceOrientationFinal.
Retours
true
si prend en charge la UIViewController rotation vers le spécifié UIInterfaceOrientation.
- Attributs
Remarques
Les développeurs d’applications ne doivent pas utiliser cette méthode déconseillée. Au lieu de cela, ils doivent utiliser ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation), PreferredInterfaceOrientationForPresentation()et GetSupportedInterfaceOrientations().