共用方式為


IUIAutomationElement2::get_CachedFlowsFrom 方法 (uiautomationclient.h)

擷取表示目前專案之前讀取順序的專案快取陣列。

這是可讀寫的屬性。

語法

HRESULT get_CachedFlowsFrom(
  IUIAutomationElementArray **retVal
);

參數

retVal

傳回值

備註

此屬性會對應至 Microsoft Accessible Rich Internet Applications (ARIA) x-ms-aria-flowfrom 屬性。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 uiautomationclient.h (包含 UIAutomation.h)

另請參閱

CurrentFlowsFrom

IUIAutomationElement2