次の方法で共有


WebViewControlLongRunningScriptDetectedEventArgs.ExecutionTime プロパティ

定義

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 の有効期間は再開されません。

適用対象