Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000122-0000-0000-C000-000000000046")> _
Public Interface IDropTarget
[InterfaceTypeAttribute()]
[GuidAttribute("00000122-0000-0000-C000-000000000046")]
public interface IDropTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000122-0000-0000-C000-000000000046")]
public interface class IDropTarget
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000122-0000-0000-C000-000000000046")>]
type IDropTarget = interface end
public interface IDropTarget
The IDropTarget type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
DragEnter | |
![]() |
DragLeave | |
![]() |
DragOver | |
![]() |
Drop |
Top
.gif)