IVsHierarchyDropDataSource2.OnDropNotify 方法 (Int32, UInt32)

通知用户所拖动的项放置的客户端。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function OnDropNotify ( _
    fDropped As Integer, _
    dwEffects As UInteger _
) As Integer
int OnDropNotify(
    int fDropped,
    uint dwEffects
)

参数

  • fDropped
    类型:System.Int32
    [in] 如果 true,被拖动的项在目标然后按下了。如果 false,不会发生。
  • dwEffects
    类型:System.UInt32
    [in] 对视觉反馈的效果 DWORD 指针的值:DROPEFFECT_COPY、 DROPEFFECT_LINK 或 DROPEFFECT_MOVE。值互斥,不能合并。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsHierarchyDropDataSource2::OnDropNotify(
   [in]BOOL fDropped,
   [in]DWORD dwEffects
);

使用此方法来确定从源层次结构的数据是否在目标放置了。

,在其前,请使用 IVsHierarchyDropDataSource2OnBeforeDropNotify 方法使源层次结构允许或禁止放置。

.NET Framework 安全性

请参见

参考

IVsHierarchyDropDataSource2 接口

OnDropNotify 重载

Microsoft.VisualStudio.Shell.Interop 命名空间