Enumerazione AutomationIdentifierType (uiautomationcoreapi.h)

Contiene valori usati nella funzione UiaLookupId .

Sintassi

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

Costanti

 
AutomationIdentifierType_Property
Specifica un ID proprietà.
AutomationIdentifierType_Pattern
Specifica un ID modello di controllo.
AutomationIdentifierType_Event
Specifica un ID evento.
AutomationIdentifierType_ControlType
Specifica un ID tipo di controllo.
AutomationIdentifierType_TextAttribute
Specifica un ID attributo di testo.
AutomationIdentifierType_LandmarkType
Specifica un ID di tipo punto di riferimento.
AutomationIdentifierType_Annotation
Specifica un ID di annotazione.
AutomationIdentifierType_Changes
Specifica un ID di modifica.
AutomationIdentifierType_Style
Specifica un ID di stile.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione uiautomationcoreapi.h (includere UIAutomation.h)