Sdílet prostřednictvím


UITestInterpreterCore.UITestStarted – událost

Událost je aktivována před zahájením provádění 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 UITestStarted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestStarted
public:
 event EventHandler<UITestEventArgs^>^ UITestStarted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestStarted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
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ů