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 中引入。 有关详细信息,请参见版本和依赖关系

适用于