IUIAutomationGridPattern 接口 (uiautomationclient.h)
提供对控件的访问权限,该控件充当子控件集合的容器,子控件在二维逻辑坐标系中组织,可以按行和列遍历。 此元素的子元素支持 IUIAutomationGridItemPattern 接口。
继承
IUIAutomationGridPattern 接口继承自 IUnknown 接口。 IUIAutomationGridPattern 还具有以下类型的成员:
方法
IUIAutomationGridPattern 接口具有以下方法。
IUIAutomationGridPattern::get_CachedColumnCount 检索网格中缓存的列数。 |
IUIAutomationGridPattern::get_CachedRowCount 检索网格中缓存的行数。 |
IUIAutomationGridPattern::get_CurrentColumnCount 网格中的列数。 |
IUIAutomationGridPattern::get_CurrentRowCount 检索网格中的行数。 |
IUIAutomationGridPattern::GetItem 检索表示网格中的项的UI 自动化元素。 |
注解
此接口不支持对网格进行主动操作;此功能需要 IUIAutomationTransformPattern 接口。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 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) |