Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.86 KB

icorewebview2experimentalenvironmentoptions2.md

File metadata and controls

50 lines (32 loc) · 1.86 KB
description title ms.date keywords
Additional options used to create WebView2 Environment.
WebView2 Win32 C++ ICoreWebView2ExperimentalEnvironmentOptions2
10/31/2022
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalEnvironmentOptions2

interface ICoreWebView2ExperimentalEnvironmentOptions2

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalEnvironmentOptions2
  : public IUnknown

Additional options used to create WebView2 Environment.

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 N/A
WebView2 Win32 Prerelease

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)