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_NoneValue: 0 Specifies that returned elements have no reference to the underlying UI and contain only cached information. |
AutomationElementMode_FullSpecifies that returned elements have a full reference to the underlying UI. |
Requirements
| 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) |