IDropSource 接口

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

提供可视反馈和有关用于拖动放置操作的数据源。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("00000121-0000-0000-C000-000000000046")> _
Public Interface IDropSource
[InterfaceTypeAttribute()]
[GuidAttribute("00000121-0000-0000-C000-000000000046")]
public interface IDropSource

IDropSource 类型公开以下成员。

方法

  名称 说明
公共方法 GiveFeedback 基础结构。
公共方法 QueryContinueDrag 基础结构。

页首

备注

通过 IVsHierarchyDropDataSource 接口的 GetDropInfo 方法来获得 IDropSource 接口的实例。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间