IDropSource Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides visual feedback and information about the source used in a drag drop operation.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("00000121-0000-0000-C000-000000000046")]
public interface IDropSource

NameDescription
System_CAPS_pubmethodGiveFeedback(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodQueryContinueDrag(Int32, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

You can get an instance of the IDropSource interface through the GetDropInfo method of the IVsHierarchyDropDataSource interface.

Return to top
Show: