CoreWebView2DiagnosticScope Enum
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.
Specifies the scope that originated a diagnostic event.
public enum CoreWebView2DiagnosticScope
type CoreWebView2DiagnosticScope =
Public Enum CoreWebView2DiagnosticScope
- Inheritance
-
CoreWebView2DiagnosticScope
Fields
| Name | Value | Description |
|---|---|---|
| Webview | 0 | Signal from a specific WebView instance. |
| Profile | 1 | Signal from a profile. |
| Environment | 2 | Signal from the environment. |