共用方式為


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的存留期不會繼續。

適用於