PropertyConditionFlags enumeration (uiautomationclient.h)
Contains values used in creating property conditions.
Syntax
typedef enum PropertyConditionFlags {
PropertyConditionFlags_None = 0,
PropertyConditionFlags_IgnoreCase = 0x1,
PropertyConditionFlags_MatchSubstring = 0x2
} ;
Constants
PropertyConditionFlags_None Value: 0 No flags. |
PropertyConditionFlags_IgnoreCase Value: 0x1 Comparison of string properties is not case-sensitive. |
PropertyConditionFlags_MatchSubstring Value: 0x2 [Windows 10 October 2018 Update (version 1809) and newer] Comparison of substring properties is enabled. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uiautomationclient.h (include UIAutomation.h, Uiautomationcoreapi.h) |