WebViewControlLongRunningScriptDetectedEventArgs.ExecutionTime プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IWebViewControl が実行時間の長いスクリプトを実行しているミリ秒数を取得します。
public:
property TimeSpan ExecutionTime { TimeSpan get(); };
TimeSpan ExecutionTime();
public System.TimeSpan ExecutionTime { get; }
var timeSpan = webViewControlLongRunningScriptDetectedEventArgs.executionTime;
Public ReadOnly Property ExecutionTime As TimeSpan
プロパティ値
スクリプトが実行されているミリ秒数。
注釈
スクリプトが 5 秒後も実行されている場合、アプリはハングします。 スクリプトを停止するには、 StopPageScriptExecution プロパティを true に設定します。 停止したスクリプトは、後続の IWebViewControl ナビゲーション中に再読み込みされない限り、 IWebViewControl の有効期間は再開されません。