IUIAutomationElement::CachedDescribedBy Property

Retrieves a cached array of UI Automation elements that describe this element.

Syntax

HRESULT IUIAutomationElement::get_CachedDescribedBy(IUIAutomationElementArray **retVal);

Parameters

  • retVal
    The address of a variable that receives a pointer to the IUIAutomationElementArray interface representing the array of elements.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property maps to the Accessible Rich Internet Applications (ARIA) describedby property.

See Also

UIA_DescribedByPropertyId, IUIAutomationElement, IUIAutomationElement::CurrentDescribedBy