automationElementMode 列舉 (uiautomationclient.h)
包含值,這些值會指定傳回使用者介面自動化項目時所使用的參考型別。
Syntax
typedef enum AutomationElementMode {
AutomationElementMode_None = 0,
AutomationElementMode_Full
} ;
常數
AutomationElementMode_None 值: 0 指定傳回的項目沒有基礎 UI 的參考,而且只包含快取的資訊。 |
AutomationElementMode_Full 指定傳回的專案具有基礎 UI 的完整參考。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | uiautomationclient.h (包含 UIAutomation.h、Uiautomationcoreapi.h) |