AutomationElementMode Enumerated Type

Contains values that specify the type of reference to use when returning UI Automation elements.

Syntax

typedef enum {
    AutomationElementMode_None,
    AutomationElementMode_Full
} AutomationElementMode;

Constants

  • AutomationElementMode_None
    Specifies that returned elements have no reference to the underlying user interface (UI) and contain only cached information.

  • AutomationElementMode_Full
    Specifies that returned elements have a full reference to the underlying UI.

Enumerated Type Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP 1.0