IUIAutomationTablePattern 介面 (uiautomationclient.h)
提供控件的存取權,該控件可作為子專案集合的容器。 此元素的子系支援 IUIAutomationTableItemPattern ,並組織成二維邏輯座標系統,可依數據列和數據行周遊。
繼承
IUIAutomationTablePattern 介面繼承自 IUnknown 介面。 IUIAutomationTablePattern 也有下列類型的成員:
方法
IUIAutomationTablePattern 介面具有這些方法。
IUIAutomationTablePattern::get_CachedRowOrColumnMajor 擷取數據表周游的快取主要方向。 |
IUIAutomationTablePattern::get_CurrentRowOrColumnMajor 擷取表格的主要周遊方向。 |
IUIAutomationTablePattern::GetCachedColumnHeaders 擷取代表數據表中所有數據行標頭之 使用者介面自動化 專案的快取集合。 |
IUIAutomationTablePattern::GetCachedRowHeaders 擷取代表數據表中所有數據列標頭之 使用者介面自動化 專案的快取集合。 |
IUIAutomationTablePattern::GetCurrentColumnHeaders 擷取代表數據表中所有數據行標頭的 使用者介面自動化 專案集合。 |
IUIAutomationTablePattern::GetCurrentRowHeaders 擷取代表數據表中所有數據列標頭的 使用者介面自動化 專案集合。 |
備註
此控件模式類似於 IUIAutomationGridPattern ,其區別在於支援 IUIAutomationTablePattern 的任何控件也會針對每個子元素公開數據行或數據列標頭關聯性,或兩者。 支持 數據表 控件模式的控件也支援 方格 控件模式,以提供數據表固有方格功能的存取權。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7、Windows Vista SP2 和 Platform Update for Windows Vista、Windows XP 含 SP3 和適用於 Windows Vista 的平臺更新 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |