IVsWebBrowserUser.GetExternalObject(Object) Method

Definition

Gets the external object, if there is one.

C++/WinRT
int GetExternalObject([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppDispObject);

Parameters

ppDispObject
Object

[out] The external object.

Returns

If 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.

Remarks

COM Signature

From vsbrowse.idl:

[C++]

HRESULT IVsWebBrowserUser::GetExternalObject(  
   [out] IDispatch** ppDispObject  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022