ItemAutomationPeer.GetOrientationCore メソッド

定義

指定した UIElement が特定の方向にレイアウトされているかどうかを示す値を取得します。

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

返品

指定した UIElementの方向。 必要に応じて、Noneが特定の方向にレイアウトされていない場合、メソッドはUIElementを返します。

注釈

UIElementは、このItemsに関連付けられているItemAutomationPeer コレクション内のデータ項目に対応します。 このメソッドは、 GetOrientationによって呼び出されます。

適用対象

こちらもご覧ください