AutomationElementMode enumeration (uiautomationclient.h)

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

Syntax

typedef enum AutomationElementMode {
  AutomationElementMode_None = 0,
  AutomationElementMode_Full
} ;

Constants

 
AutomationElementMode_None
Value: 0
Specifies that returned elements have no reference to the underlying UI and contain only cached information.
AutomationElementMode_Full
Specifies that returned elements have a full reference to the underlying UI.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header uiautomationclient.h (include UIAutomation.h, Uiautomationcoreapi.h)