AutomationIdentifierType-Enumeration (uiautomationcoreapi.h)

Enthält Werte, die in der UiaLookupId-Funktion verwendet werden.

Syntax

typedef enum AutomationIdentifierType {
  AutomationIdentifierType_Property,
  AutomationIdentifierType_Pattern,
  AutomationIdentifierType_Event,
  AutomationIdentifierType_ControlType,
  AutomationIdentifierType_TextAttribute,
  AutomationIdentifierType_LandmarkType,
  AutomationIdentifierType_Annotation,
  AutomationIdentifierType_Changes,
  AutomationIdentifierType_Style
} ;

Konstanten

 
AutomationIdentifierType_Property
Gibt eine Eigenschafts-ID an.
AutomationIdentifierType_Pattern
Gibt eine Steuerelementmuster-ID an.
AutomationIdentifierType_Event
Gibt eine Ereignis-ID an.
AutomationIdentifierType_ControlType
Gibt eine Steuerelementtyp-ID an.
AutomationIdentifierType_TextAttribute
Gibt eine Textattribute-ID an.
AutomationIdentifierType_LandmarkType
Gibt eine Landmark-Typ-ID an.
AutomationIdentifierType_Annotation
Gibt eine Anmerkungs-ID an.
AutomationIdentifierType_Changes
Gibt eine Änderungs-ID an.
AutomationIdentifierType_Style
Gibt eine Stil-ID an.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile uiautomationcoreapi.h (include UIAutomation.h)