IDropTarget.Drop(IDataObject, UInt32, POINTL, UInt32) Method
Definition
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.
public:
void Drop(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pDataObj, System::UInt32 grfKeyState, Microsoft::VisualStudio::OLE::Interop::POINTL pt, [Runtime::InteropServices::Out] System::UInt32 % pdwEffect);
void Drop(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pDataObj, unsigned int grfKeyState, Microsoft::VisualStudio::OLE::Interop::POINTL pt, [Runtime::InteropServices::Out] unsigned int & pdwEffect);
public void Drop (Microsoft.VisualStudio.OLE.Interop.IDataObject pDataObj, uint grfKeyState, Microsoft.VisualStudio.OLE.Interop.POINTL pt, out uint pdwEffect);
abstract member Drop : Microsoft.VisualStudio.OLE.Interop.IDataObject * uint32 * Microsoft.VisualStudio.OLE.Interop.POINTL * uint32 -> unit
Public Sub Drop (pDataObj As IDataObject, grfKeyState As UInteger, pt As POINTL, ByRef pdwEffect As UInteger)
Parameters
- pDataObj
- IDataObject
- grfKeyState
- UInt32
- pt
- POINTL
- pdwEffect
- UInt32
Remarks
For information on the COM interface, see IDropTarget::Drop