IDropSource Interface

Definition

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

public interface class IDropSource
public interface class IDropSource
__interface IDropSource
[System.Runtime.InteropServices.Guid("00000121-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDropSource
[System.Runtime.InteropServices.Guid("00000121-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDropSource
[<System.Runtime.InteropServices.Guid("00000121-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDropSource = interface
[<System.Runtime.InteropServices.Guid("00000121-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDropSource = interface
Public Interface IDropSource
Attributes

Remarks

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

Methods

GiveFeedback(UInt32)
QueryContinueDrag(Int32, UInt32)

Applies to