UiaPropertyCondition structure (uiautomationcoreapi.h)
Note This structure is deprecated.
Syntax
struct UiaPropertyCondition {
ConditionType ConditionType;
PROPERTYID PropertyId;
VARIANT Value;
PropertyConditionFlags Flags;
};
Members
ConditionType
Type: ConditionType
A value indicating the type of the condition.
PropertyId
Type: PROPERTYID
The identifier of the property to match. For a list of property IDs, see Property Identifiers.
Value
Type: VARIANT
The value that the property must have.
Flags
Type: PropertyConditionFlags
A value indicating how the condition is applied.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uiautomationcoreapi.h |