Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

UITestInterpreterCore Třída

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů