IUIAutomationDragPattern::get_CurrentDropEffect 方法 (uiautomationclient.h)

检索一个本地化字符串,该字符串指示当用户在拖放操作过程中删除此元素时会发生什么情况。

此属性为只读。

语法

HRESULT get_CurrentDropEffect(
  BSTR *retVal
);

参数

retVal

返回值

备注

在 Microsoft UI 自动化拖放的仅限源样式中,没有元素实现 DropTarget 模式。 若要了解放置拖动元素的效果,客户端可以查询拖动元素的 DropEffect 属性。 此属性可以是短字符串(如“move”),也可以是较长的字符串,例如“insert into Main group”。 字符串始终是本地化的。

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

IUIAutomationDragPattern

IUIAutomationDropTargetPattern::CachedDropTargetEffect

IUIAutomationDropTargetPattern::CurrentDropTargetEffect

UI 自动化拖放支持