AutomationIdentifierType Enumerated Type

Contains values used in the UiaLookupId function.

Syntax

typedef enum {
    AutomationIdentifierType_Property,
    AutomationIdentifierType_Pattern,
    AutomationIdentifierType_Event,
    AutomationIdentifierType_ControlType,
    AutomationIdentifierType_TextAttribute
} AutomationIdentifierType;

Constants

  • AutomationIdentifierType_Property
    Specifies a property ID.

  • AutomationIdentifierType_Pattern
    Specifies a control pattern ID.

  • AutomationIdentifierType_Event
    Specifies an event ID.

  • AutomationIdentifierType_ControlType
    Specifies a control type ID.

  • AutomationIdentifierType_TextAttribute
    Specifies a text attribute ID.

Enumerated Type Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP 1.0