IVsWebBrowserUser::GetDropTarget Method (IDropTarget^, IDropTarget^)
Visual Studio 2015
Gets an alternative drop target for the specified drop target.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pDropTgtIn
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDropTarget^
[in] The drop target for which to get an alternative.
- ppDropTgtOut
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDropTarget^
[out] The alternative for the specified drop target.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::GetDropTarget( [in] IDropTarget* pDropTgtIn, [out] IDropTarget** ppDropTgtOut );
Show: