Share via


IUIAutomationElement::CachedFlowsTo Property

Retrieves a cached IUIAutomationElementArray interface that represents an array of elements. The order of the elements suggests the reading order after the current element.

Syntax

HRESULT IUIAutomationElement::get_CachedFlowsTo(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) flowto property.

See Also

UIA_FlowsToPropertyId, IUIAutomationElement, IUIAutomationElement::CurrentFlowsTo