IOleInPlaceObjectWindowless.GetDropTarget(IDropTarget) Method

Definition

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

Applies to