IUIAutomationElement2::get_CachedFlowsFrom method (uiautomationclient.h)

Retrieves a cached array of elements that indicate the reading order before the current element.

This property is read/write.

Syntax

HRESULT get_CachedFlowsFrom(
  IUIAutomationElementArray **retVal
);

Parameters

retVal

Return value

None

Remarks

This property maps to the Microsoft Accessible Rich Internet Applications (ARIA) x-ms-aria-flowfrom property.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

CurrentFlowsFrom

IUIAutomationElement2