IUIAutomationSelectionPattern2 接口 (uiautomationclient.h)
扩展 IUIAutomationSelectionPattern 接口以提供有关所选项的信息。
继承
IUIAutomationSelectionPattern2 接口继承自 IUIAutomationSelectionPattern 接口。
方法
IUIAutomationSelectionPattern2 接口具有这些方法。
IUIAutomationSelectionPattern2::get_CachedCurrentSelectedItem 获取表示当前所选项的缓存 IUIAutomationElement 对象。 |
IUIAutomationSelectionPattern2::get_CachedFirstSelectedItem 获取一个缓存的 IUIAutomationElement 对象,该对象表示一组选定项中的第一个项。 |
IUIAutomationSelectionPattern2::get_CachedItemCount 获取一个缓存的整数值,该值指示所选项的数目。 |
IUIAutomationSelectionPattern2::get_CachedLastSelectedItem 获取一个缓存的 IUIAutomationElement 对象,该对象表示一组选定项中的最后一项。 |
IUIAutomationSelectionPattern2::get_CurrentCurrentSelectedItem 获取表示当前所选项的 IUIAutomationElement 对象。 |
IUIAutomationSelectionPattern2::get_CurrentFirstSelectedItem 获取一个 IUIAutomationElement 对象,该对象表示一组选定项中的第一个项。 |
IUIAutomationSelectionPattern2::get_CurrentItemCount 获取一个整数值,该值指示所选项的数目。 |
IUIAutomationSelectionPattern2::get_CurrentLastSelectedItem 获取一个 IUIAutomationElement 对象,该对象表示一组选定项中的最后一项。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10版本 1709 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationclient.h (包括 UIAutomation.h) |