IVsDataViewDropTargetProvider 接口

表示能够放置有关节点的数据视图层次结构。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Public Interface IVsDataViewDropTargetProvider
public interface IVsDataViewDropTargetProvider
public interface class IVsDataViewDropTargetProvider
type IVsDataViewDropTargetProvider =  interface end
public interface IVsDataViewDropTargetProvider

IVsDataViewDropTargetProvider 类型公开以下成员。

方法

  名称 说明
公共方法 AllowDrop 当实现由选件类,指示拖放操作是否在指定的节点允许的。
公共方法 OnDragDrop 当实现由选件类,则引发 DragDrop 事件。
公共方法 OnDragOver 当实现由选件类,则引发 DragOver 事件。

页首

请参见

参考

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间