Evento UITestInterpreterCore.ActionCompleted
O evento gerado após um UITestAction é executado.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration