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
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms