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 によって呼び出されます。

適用対象

こちらもご覧ください