Condividi tramite


Evento UITestInterpreterCore.ActionCompleted

Evento generato dopo l'esecuzione di UITestAction.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreterCore Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration