CoreWebView2DiagnosticScope Enum

Definition

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.

Applies to