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.
Called by providers to notify the Microsoft UI Automation core that an element property has changed.
Syntax
HRESULT UiaRaiseAutomationPropertyChangedEvent(
[in] IRawElementProviderSimple *pProvider,
[in] PROPERTYID id,
[in] VARIANT oldValue,
[in] VARIANT newValue
);
Parameters
[in] pProvider
Type: IRawElementProviderSimple*
The provider node where the property change event occurred.
[in] id
Type: PROPERTYID
The identifier for the property that changed. For a list of property IDs, see Property Identifiers.
[in] oldValue
Type: VARIANT
The old value of the property.
[in] newValue
Type: VARIANT
The new value of the property.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |