Share via


ItemAutomationPeer.GetOrientationCore Méthode

Définition

Obtient une valeur qui indique si le UIElement spécifié est disposé selon une orientation particulière.

protected:
 override System::Windows::Automation::Peers::AutomationOrientation GetOrientationCore();
protected override System.Windows.Automation.Peers.AutomationOrientation GetOrientationCore ();
override this.GetOrientationCore : unit -> System.Windows.Automation.Peers.AutomationOrientation
Protected Overrides Function GetOrientationCore () As AutomationOrientation

Retours

AutomationOrientation

Orientation du UIElement spécifié. Facultativement, la méthode retourne None si le UIElement n'est pas disposé selon une orientation particulière.

Remarques

Le UIElement correspond à l'élément de données de la collection Items associée à ce ItemAutomationPeer. Cette méthode est appelée par GetOrientation.

S’applique à

Voir aussi