IVsWebBrowserUser.GetExternalObject(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the external object, if there is one.
public:
int GetExternalObject([Runtime::InteropServices::Out] System::Object ^ % ppDispObject);
int GetExternalObject([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppDispObject);
public int GetExternalObject (out object ppDispObject);
abstract member GetExternalObject : obj -> int
Public Function GetExternalObject (ByRef ppDispObject As Object) As Integer
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
);