IUIAutomationTablePattern 接口 (uiautomationclient.h)

提供对充当子元素集合容器的控件的访问权限。 此元素的子元素支持 IUIAutomationTableItemPattern ,并组织在可以按行和列遍历的二维逻辑坐标系中。

继承

IUIAutomationTablePattern 接口继承自 IUnknown 接口。 IUIAutomationTablePattern 还具有以下类型的成员:

方法

IUIAutomationTablePattern 接口具有以下方法。

 
IUIAutomationTablePattern::get_CachedRowOrColumnMajor

检索表的缓存的主要遍历方向。
IUIAutomationTablePattern::get_CurrentRowOrColumnMajor

检索表格的首要遍历方向。
IUIAutomationTablePattern::GetCachedColumnHeaders

检索表示表中所有列标题的UI 自动化元素的缓存集合。
IUIAutomationTablePattern::GetCachedRowHeaders

检索表示表中所有行标题的UI 自动化元素的缓存集合。
IUIAutomationTablePattern::GetCurrentColumnHeaders

检索表示表中所有列标题的UI 自动化元素的集合。
IUIAutomationTablePattern::GetCurrentRowHeaders

检索表示表中所有行标题的UI 自动化元素的集合。

注解

此控件模式类似于 IUIAutomationGridPattern ,区别是任何支持 IUIAutomationTablePattern 的控件也会为每个子元素公开列或行标题关系,或者公开这两者。 支持 控件模式的控件还支持 Grid 控件模式,以便提供对表固有网格功能的访问权限。

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 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)

另请参阅

客户端的控制模式接口