IVsWebBrowserUser::GetExternalObject Method (Object^)
Visual Studio 2015
Gets the external object, if there is one.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppDispObject
-
Type:
System::Object^
[out] The external object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK when user is replacing the external object, and S_FALSEwhen user is suppressing the external object. If it fails, it returns an error code.
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::GetExternalObject( [out] IDispatch** ppDispObject );
Show: