IUIAutomationElement::CurrentDescribedBy Property

Retrieves an array of UI Automation elements that describe this element.

Syntax

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

Parameters

  • retVal
    The address of a variable that receives an 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::CachedDescribedBy