UITestInterpreterCore.InterpreterWarning, événement
Événement déclenché lorsqu'un avertissement se produit au cours de l'interprétation de l'UITest.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
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>
Public Event InterpreterWarning As EventHandler(Of UITestWarningEventArgs)
Voir aussi
UITestInterpreterCore, classe
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms
Retour au début