IOleInPlaceObjectWindowless.GetDropTarget(IDropTarget) 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 GetDropTarget([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ % ppDropTarget);
public:
void GetDropTarget([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDropTarget ^ & ppDropTarget);
void GetDropTarget([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDropTarget const & & ppDropTarget);
public void GetDropTarget (out Microsoft.VisualStudio.OLE.Interop.IDropTarget ppDropTarget);
abstract member GetDropTarget : IDropTarget -> unit
Public Sub GetDropTarget (ByRef ppDropTarget As IDropTarget)
Parameters
- ppDropTarget
- IDropTarget
Remarks
For information on the COM interface, see IOleInPlaceObjectWindowless::GetDropTarget