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 导航期间重新加载该脚本。

适用于