UIViewController.AttemptRotationToDeviceOrientation 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.
Déclenche par programmation la rotation des vues.
[Foundation.Export("attemptRotationToDeviceOrientation")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void AttemptRotationToDeviceOrientation ();
static member AttemptRotationToDeviceOrientation : unit -> unit
- Attributs
Remarques
Si ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation) retourne false
, cette méthode peut être utilisée pour déclencher la rotation d’affichage par programmation.
S’applique à
Voir aussi
- <xref:UIKit.UIViewController.WillRotate>
- <xref:UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation>