IVsWebBrowserUser.GetExternalObject(Object) Method
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);
C++/WinRT
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
- ppDispObject
- Object
[out] The external object.
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
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |