IDropTarget 接口
的一部分实现拖放操作。实现由可以是数据的目标在拖放操作中的对象。有关更多信息,请参见 IDropTarget。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("00000122-0000-0000-C000-000000000046")> _
Public Interface IDropTarget
[InterfaceTypeAttribute()]
[GuidAttribute("00000122-0000-0000-C000-000000000046")]
public interface IDropTarget
IDropTarget 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
DragEnter | ||
DragLeave | ||
DragOver | ||
Drop |
页首