IDropSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |