Property Condition Interfaces for Clients

This section describes property condition interfaces for UI Automation clients for Microsoft Win32 applications.

Interfaces

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. This interface has no members.

The following interfaces inherit from IUIAutomationCondition:

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.