PropertyConditionFlags 列舉 (uiautomationclient.h)
包含用於建立屬性條件的值。
Syntax
typedef enum PropertyConditionFlags {
PropertyConditionFlags_None = 0,
PropertyConditionFlags_IgnoreCase = 0x1,
PropertyConditionFlags_MatchSubstring = 0x2
} ;
常數
PropertyConditionFlags_None 值: 0 沒有旗標。 |
PropertyConditionFlags_IgnoreCase 值: 0x1 比較字串屬性不區分大小寫。 |
PropertyConditionFlags_MatchSubstring 值: 0x2 [Windows 10 2018 年 10 月更新 (1809 版) 及更新版本] 已啟用子字串屬性的比較。 |
規格需求
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | uiautomationclient.h (包含 UIAutomation.h、Uiautomationcoreapi.h) |