Partager via


UIElement3DAutomationPeer.GetOrientationCore Méthode

Définition

Retourne l'orientation du UIElement3D associé à ce UIElement3DAutomationPeer. Cette méthode est appelée par GetOrientation().

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

None dans tous les cas.

Remarques

Si vous UIElement3D pouvez être orienté horizontalement ou verticalement, remplacez cette méthode pour renvoyer l’orientation actuelle du UIElement3D.

UIElement3DAutomationPeerest introduit dans le .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à