WebView.DefaultExecutionMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
現在のアプリでの WebView インスタンスの既定のスレッド動作。
注釈
デスクトップ デバイス ファミリの既定値は SameThread です。 他のすべてのデバイス ファミリの既定値は SeparateThread です。