IDropTarget Interface

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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("00000122-0000-0000-C000-000000000046")> _
Public Interface IDropTarget
‘사용 방법
Dim instance As 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

See Also

Reference

IDropTarget Members

Microsoft.VisualStudio.OLE.Interop Namespace