UITestInterpreterCore.InterpreterWarning – událost
Událost aktivovaná při výskytu varování při interpretaci UITest.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
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>
Jazyk JScript nepodporuje události.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů