IDropTarget.Drop Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Drop ( _
pDataObj As IDataObject, _
grfKeyState As UInteger, _
pt As POINTL, _
<OutAttribute> ByRef pdwEffect As UInteger _
)
void Drop(
IDataObject pDataObj,
uint grfKeyState,
POINTL pt,
out uint pdwEffect
)
void Drop(
[InAttribute] IDataObject^ pDataObj,
[InAttribute] unsigned int grfKeyState,
[InAttribute] POINTL pt,
[InAttribute] [OutAttribute] unsigned int% pdwEffect
)
abstract Drop :
pDataObj:IDataObject *
grfKeyState:uint32 *
pt:POINTL *
pdwEffect:uint32 byref -> unit
function Drop(
pDataObj : IDataObject,
grfKeyState : uint,
pt : POINTL,
pdwEffect : uint
)
Parameters
- pDataObj
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject
- grfKeyState
Type: UInt32
- pdwEffect
Type: UInt32%
Remarks
For information on the COM interface, see IDropTarget::Drop
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.