WebViewLongRunningScriptDetectedEventArgs.ExecutionTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property TimeSpan ExecutionTime { TimeSpan get(); };
TimeSpan ExecutionTime();
public System.TimeSpan ExecutionTime { get; }
var timeSpan = webViewLongRunningScriptDetectedEventArgs.executionTime;
Public ReadOnly Property ExecutionTime As TimeSpan
屬性值
腳本執行中的毫秒數。
備註
如果腳本在 5 秒後仍在執行,應用程式將會停止回應。 若要停止腳本,請將 StopPageScriptExecution 屬性設定為 true。 已停止的腳本將不會在 WebView的存留期內繼續。