Evento UITestInterpreter.InterpreterWarning

Gerado quando ocorrer um aviso durante a execução.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (em Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintaxe

'Declaração
Public Event InterpreterWarning As EventHandler(Of UITestWarningEventArgs)
public event EventHandler<UITestWarningEventArgs> InterpreterWarning
public:
 event EventHandler<UITestWarningEventArgs^>^ InterpreterWarning {
    void add (EventHandler<UITestWarningEventArgs^>^ value);
    void remove (EventHandler<UITestWarningEventArgs^>^ value);
}
member InterpreterWarning : IEvent<EventHandler<UITestWarningEventArgs>,
    UITestWarningEventArgs>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreter Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITestActionEventArgs