Evento UITestInterpreter.InterpreterWarning

Generato quando si riceve un avviso durante l'esecuzione.

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

Sintassi

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreter Classe

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

UITestActionEventArgs