UITestInterpreter.ActionCompleted 事件

在操作执行完成时引发。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
程序集:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration(在 Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll 中)

语法

声明
Public Event ActionCompleted As EventHandler(Of UITestActionEventArgs)
public event EventHandler<UITestActionEventArgs> ActionCompleted
public:
 event EventHandler<UITestActionEventArgs^>^ ActionCompleted {
    void add (EventHandler<UITestActionEventArgs^>^ value);
    void remove (EventHandler<UITestActionEventArgs^>^ value);
}
member ActionCompleted : IEvent<EventHandler<UITestActionEventArgs>,
    UITestActionEventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

UITestInterpreter 类

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

UITestActionEventArgs