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 | |
---|---|---|
AllowDrop | When implemented by a class, indicates whether the drop operation is allowed on the specified node. | |
OnDragDrop | When implemented by a class, raises the DragDrop event. | |
OnDragOver | When implemented by a class, raises the DragOver event. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace