PropertyConditionFlags Enumeration
.NET Framework (current version)
Contains values that specify how a property value is tested in a PropertyCondition.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Member name | Description | |
|---|---|---|
| IgnoreCase | Specifies that comparison with a string property value is not case-sensitive. | |
| None | Specifies that the property value is tested using default behavior (case-sensitive comparison for strings). |
In the following example, IgnoreCase is set in a PropertyCondition.
.NET Framework
Available since 3.0
Available since 3.0
Show: