共用方式為


UITestInterpreterCore.UITestCompleted 事件

在 UITest 執行完成之後引發的事件。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Event UITestCompleted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestCompleted
public:
 event EventHandler<UITestEventArgs^>^ UITestCompleted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestCompleted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

UITestInterpreterCore 類別

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration 命名空間