AutomationNavigationDirection Enum

Definition

Defines the directions of navigation within the Microsoft UI Automation tree.

public enum class AutomationNavigationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationNavigationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationNavigationDirection
Public Enum AutomationNavigationDirection
Inheritance
AutomationNavigationDirection
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

FirstChild 3

Navigate to the first child of the current node.

LastChild 4

Navigate to the last child of the current node.

NextSibling 1

Navigate to the next sibling of the current node.

Parent 0

Navigate to the parent of the current node.

PreviousSibling 2

Navigate to the previous sibling of the current node.

Applies to