UIElementAutomationPeer.GetOrientationCore 方法

定义

获取一个值,该值指示与此 UIElementAutomationPeer 关联的 UIElement 是否按特定方向进行布局。 此方法由 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

返回

AutomationOrientation

None 枚举值。

适用于