WebView.DefaultExecutionMode Eigenschaft

Definition

Ruft das Standardthreadingverhalten von WebView-Instanzen in der aktuellen App ab.

public:
 static property WebViewExecutionMode DefaultExecutionMode { WebViewExecutionMode get(); };
static WebViewExecutionMode DefaultExecutionMode();
public static WebViewExecutionMode DefaultExecutionMode { get; }
var webViewExecutionMode = WebView.defaultExecutionMode;
Public Shared ReadOnly Property DefaultExecutionMode As WebViewExecutionMode

Eigenschaftswert

Das Standardthreadingverhalten von WebView-Instanzen in der aktuellen App.

Hinweise

Der Standardwert für die Desktopgerätefamilie ist SameThread. Der Standardwert für alle anderen Gerätefamilien ist SeparateThread.

Gilt für: