automationIdentifierType 枚举 (uiautomationcoreapi.h)

包含 UiaLookupId 函数中使用的值。

语法

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

常量

 
AutomationIdentifierType_Property
指定属性 ID。
AutomationIdentifierType_Pattern
指定控件模式 ID。
AutomationIdentifierType_Event
指定事件 ID。
AutomationIdentifierType_ControlType
指定控件类型 ID。
AutomationIdentifierType_TextAttribute
指定文本属性 ID。
AutomationIdentifierType_LandmarkType
指定陆标类型 ID。
AutomationIdentifierType_Annotation
指定批注 ID。
AutomationIdentifierType_Changes
指定更改 ID。
AutomationIdentifierType_Style
指定样式 ID。

要求

要求
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 uiautomationcoreapi.h (包括 UIAutomation.h)