Share via


UIElement3DAutomationPeer.GetOrientationCore 方法

定義

傳回與這個 UIElement3D 相關聯之 UIElement3DAutomationPeer 的方向。 這個方法是由 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

傳回

所有情況下都是 None

備註

如果您可以 UIElement3D 水準或垂直方向,請覆寫這個方法以傳回 的目前方向 UIElement3D

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於