Share via


IUIAutomationElement::CachedAriaProperties Property

Retrieves the value of the cached Accessible Rich Internet Applications (ARIA) properties of the element.

Syntax

HRESULT IUIAutomationElement::get_CachedAriaProperties(BSTR *retVal);

Parameters

  • retVal
    The address of a BSTR that receives the value of the cached properties.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UIA_AriaPropertiesPropertyId, IUIAutomationElement::CurrentAriaProperties, W3C ARIA States and Properties Mapped to Microsoft Active Accessibility and UI Automation, WAI-ARIA Overview