UIElement3DAutomationPeer.GetOrientationCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与此 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 中引入。 有关详细信息,请参见版本和依赖关系。