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