IUIAutomationDropTargetPattern 接口 (uiautomationclient.h)
提供对 Microsoft UI 自动化 提供程序公开的拖放信息的访问权限,该元素可以是拖放操作的拖放目标。
继承
IUIAutomationDropTargetPattern 接口继承自 IUnknown 接口。
方法
IUIAutomationDropTargetPattern 接口包含以下方法。
IUIAutomationDropTargetPattern::get_CachedDropTargetEffect 检索缓存的本地化字符串,该字符串描述当用户将抓取的元素放在此放置目标上时会发生什么情况。 |
IUIAutomationDropTargetPattern::get_CachedDropTargetEffects 检索本地化字符串的缓存数组,这些字符串枚举当用户将此拖放目标上的抓取元素作为拖放操作的一部分时可能发生的完整效果集。 |
IUIAutomationDropTargetPattern::get_CurrentDropTargetEffect 检索一个本地化字符串,该字符串描述当用户将抓取的元素放在此放置目标上时会发生什么情况。 |
IUIAutomationDropTargetPattern::get_CurrentDropTargetEffects 检索一个本地化字符串数组,这些字符串枚举当用户将此拖放目标上的抓取元素作为拖放操作的一部分时可能发生的完整效果集。 (IUIAutomationDropTargetPattern.get_CurrentDropTargetEffects) |
要求
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationclient.h (包括 UIAutomation.h) |