AutomationIdentifierType enumeration (uiautomationcoreapi.h)
Contains values used in the UiaLookupId function.
Syntax
typedef enum AutomationIdentifierType {
AutomationIdentifierType_Property,
AutomationIdentifierType_Pattern,
AutomationIdentifierType_Event,
AutomationIdentifierType_ControlType,
AutomationIdentifierType_TextAttribute,
AutomationIdentifierType_LandmarkType,
AutomationIdentifierType_Annotation,
AutomationIdentifierType_Changes,
AutomationIdentifierType_Style
} ;
Constants
AutomationIdentifierType_PropertySpecifies a property ID. |
AutomationIdentifierType_PatternSpecifies a control pattern ID. |
AutomationIdentifierType_EventSpecifies an event ID. |
AutomationIdentifierType_ControlTypeSpecifies a control type ID. |
AutomationIdentifierType_TextAttributeSpecifies a text attribute ID. |
AutomationIdentifierType_LandmarkTypeSpecifies a landmark type ID. |
AutomationIdentifierType_AnnotationSpecifies an annotation ID. |
AutomationIdentifierType_ChangesSpecifies a changes ID. |
AutomationIdentifierType_StyleSpecifies a style ID. |
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |