AutomationIdentifierType 列舉 (uiautomationcoreapi.h)

包含 UiaLookupId 函式中使用的值。

Syntax

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

常數

 
AutomationIdentifierType_Property
指定屬性識別碼。
AutomationIdentifierType_Pattern
指定控制項模式識別碼。
AutomationIdentifierType_Event
指定事件識別碼。
AutomationIdentifierType_ControlType
指定控制項類型識別碼。
AutomationIdentifierType_TextAttribute
指定文字屬性識別碼。
AutomationIdentifierType_LandmarkType
指定地標類型識別碼。
AutomationIdentifierType_Annotation
指定批注識別碼。
AutomationIdentifierType_Changes
指定變更識別碼。
AutomationIdentifierType_Style
指定樣式識別碼。

規格需求

需求
最低支援的用戶端 Windows XP [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
標頭 uiautomationcoreapi.h (包含 UIAutomation.h)