UiaPropertyCondition Structure

Note  This structure is deprecated.

Contains information about a condition used to find UI Automation elements that have a matching property.

Syntax

typedef struct {
    ConditionType ConditionType;
    PROPERTYID PropertyId;
    VARIANT Value;
    PropertyConditionFlags Flags;
} UiaPropertyCondition;

Members

  • ConditionType
    A value from the ConditionType enumerated type indicating the type of the condition.
  • PropertyId
    The identifier of the property to match. For a list of property IDs, see Property Identifiers.
  • Value
    A VARIANT containing the value that the property must have.
  • Flags
    A value from the PropertyConditionFlags enumerated type indicating how the condition is applied.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP