UIElement3DAutomationPeer.GetOrientationCore 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.
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
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.