IVsWebBrowserUser::GetExternalObject Method (Object^)

 

Gets the external object, if there is one.

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

int GetExternalObject(
	[OutAttribute] Object^% ppDispObject
)

Parameters

ppDispObject
Type: System::Object^

[out] The external object.

Return Value

Type: System::Int32

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.

From vsbrowse.idl:

[C++]

HRESULT IVsWebBrowserUser::GetExternalObject(
   [out] IDispatch** ppDispObject
);
Return to top
Show: