Share via


IVsDataViewDropTargetProvider Interface

Represents the ability to drop data on nodes in a data view hierarchy.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataViewDropTargetProvider
public interface IVsDataViewDropTargetProvider
public interface class IVsDataViewDropTargetProvider
type IVsDataViewDropTargetProvider =  interface end
public interface IVsDataViewDropTargetProvider

The IVsDataViewDropTargetProvider type exposes the following members.

Methods

  Name Description
Public method AllowDrop When implemented by a class, indicates whether the drop operation is allowed on the specified node.
Public method OnDragDrop When implemented by a class, raises the DragDrop event.
Public method OnDragOver When implemented by a class, raises the DragOver event.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace