AutomationPeer.GetOrientationCore 方法

定义

在 Microsoft UI 自动化客户端调用 GetOrientation 或等效的 Microsoft UI 自动化客户端 API 时提供对等行为。

protected:
 virtual AutomationOrientation GetOrientationCore() = GetOrientationCore;
AutomationOrientation GetOrientationCore();
protected virtual AutomationOrientation GetOrientationCore();
function getOrientationCore()
Protected Overridable Function GetOrientationCore () As AutomationOrientation

返回

控件的方向。

注解

基本 AutomationPeer 实现返回 None。 表示项的对等方可能会修改此项,以报告其容器中的信息。 ScrollBarAutomationPeerSliderAutomationPeer 都有一个他们可以访问的模式,该模式知道方向,因此这些对等方可以返回确定的值。 测试正在使用或重写的对等方中的现有返回值,然后在必要时重写该行为。

适用于

另请参阅