IUIAutomationPropertyCondition class com
Represents a condition based on a property value that is used to find UI Automation elements.
To learn more, see learn.microsoft.com/windows/win32/api/uiautomationclient/nn-uiautomationclient-iuiautomationpropertycondition.
- Inheritance
-
- Object
- IUnknown
- IUIAutomationCondition
- IUIAutomationPropertyCondition
- Implemented types
Constructors
- IUIAutomationPropertyCondition(VTablePointer ptr)
- Creates a new instance of IUIAutomationPropertyCondition from a VTablePointer.
- IUIAutomationPropertyCondition.from(IUnknown interface)
-
Creates a new instance of IUIAutomationPropertyCondition from an
existing
interface.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- propertyConditionFlags → PropertyConditionFlags
-
Retrieves a set of flags that specify how the condition is applied.
no setter
- propertyId → UIA_PROPERTY_ID
-
Retrieves the identifier of the property on which this condition is based.
no setter
-
propertyValue
→ Pointer<
VARIANT> -
Retrieves the property value that must be matched for the condition to be
true.
no setter
- ptr → VTablePointer
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRef(
) → int -
Increments the reference count of this COM object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface<
T extends IUnknown> () → T -
Queries this COM object for a specific interface defined by the type
parameter
T.inherited -
release(
) → int -
Decrements the reference count of this COM object.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited