IVsWebBrowserUser::GetDropTarget Method (IDropTarget^, IDropTarget^)

 

Gets an alternative drop target for the specified drop target.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetDropTarget(
	IDropTarget^ pDropTgtIn,
	[OutAttribute] IDropTarget^% ppDropTgtOut
)

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::Int32

If 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
);
Return to top
Show: