Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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