Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes property condition interfaces for UI Automation clients for Microsoft Win32 applications.
In this section
Interface | Description |
---|---|
IUIAutomationAndCondition |
Exposes properties and methods that Microsoft UI Automation client applications can use to retrieve information about an AND-based property condition. |
IUIAutomationBoolCondition |
Represents a condition that can be either TRUE (selects all elements) or FALSE (selects no elements). |
IUIAutomationCondition |
This is the primary interface for conditions used in filtering when searching for elements in the UI Automation tree. |
IUIAutomationNotCondition |
Represents a condition that is the negative of another condition. |
IUIAutomationOrCondition |
Represents a condition made up of multiple conditions, at least one of which must be true. |
IUIAutomationPropertyCondition |
Represents a condition based on a property value that is used to find UI Automation elements. |