UITestInterpreterCore.ActionCompleted 事件
在執行 UITestAction 之後引發的事件。
命名空間: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。