interface ICoreWebView2EnvironmentOptions3
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2EnvironmentOptions3
: public IUnknown
Additional options used to create WebView2 Environment to manage crash reporting.
Summary
Members | Descriptions |
---|---|
get_IsCustomCrashReportingEnabled | When IsCustomCrashReportingEnabled is set to TRUE , Windows won't send crash data to Microsoft endpoint. |
put_IsCustomCrashReportingEnabled | Sets the IsCustomCrashReportingEnabled property. |
Applies to
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.1518.46 |
WebView2 Win32 Prerelease | 1.0.1549 |
Members
get_IsCustomCrashReportingEnabled
When IsCustomCrashReportingEnabled
is set to TRUE
, Windows won't send crash data to Microsoft endpoint.
public HRESULT get_IsCustomCrashReportingEnabled(BOOL * value)
IsCustomCrashReportingEnabled
is default to be FALSE
, in this case, WebView will respect OS consent.
put_IsCustomCrashReportingEnabled
Sets the IsCustomCrashReportingEnabled
property.
public HRESULT put_IsCustomCrashReportingEnabled(BOOL value)