interface ICoreWebView2ExecuteScriptWithResultCompletedHandler
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2ExecuteScriptWithResultCompletedHandler
: public IUnknown
This is the callback for ExecuteScriptWithResult.
Summary
Members | Descriptions |
---|---|
Invoke | Provides the result of ExecuteScriptWithResult. |
Applies to
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.2277.86 |
WebView2 Win32 Prerelease |
Members
Invoke
Provides the result of ExecuteScriptWithResult.
public HRESULT Invoke(HRESULT errorCode, ICoreWebView2ExecuteScriptResult * result)