Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDropTarget Interface

Definition

Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly:
Microsoft.VisualStudio.OLE.Interop.dll
Assembly:
Microsoft.VisualStudio.Interop.dll
Package:
Microsoft.VisualStudio.Interop v17.14.40260

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.

Part of implementing drag-and-drop operations. Implemented by an object that can be a target for data during a drag-and-drop operation. For more information, see IDropTarget.

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

Applies to