AutomationNavigationDirection 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Microsoft UI オートメーション ツリー内のナビゲーションの方向を定義します。
public enum class AutomationNavigationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationNavigationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNavigationDirection
Public Enum AutomationNavigationDirection
- 継承
-
AutomationNavigationDirection
- 属性
フィールド
FirstChild | 3 | 現在のノードの最初の子に移動します。 |
LastChild | 4 | 現在のノードの最後の子に移動します。 |
NextSibling | 1 | 現在のノードの次の兄弟に移動します。 |
Parent | 0 | 現在のノードの親に移動します。 |
PreviousSibling | 2 | 現在のノードの前の兄弟に移動します。 |