UISplitViewControllerDelegate_Extensions.GetPreferredInterfaceOrientationForPresentation Método

Definição

Retorna a orientação de interface do usuário preferencial a ser usada ao apresentar splitViewController.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController);
static member GetPreferredInterfaceOrientationForPresentation : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

Parâmetros

This
IUISplitViewControllerDelegate

A instância na qual esse método de extensão opera.

splitViewController
UISplitViewController

Designa o controlador de exibição dividida que será apresentado na tela.

Retornos

Atributos

Aplica-se a