Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("00000122-0000-0000-C000-000000000046")> _
Public Interface IDropTarget
'Uso
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