Sdílet prostřednictvím


UITest.Executing – událost

Dochází při spuštění rámci provést tento test uživatelského rozhraní.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Executing
public:
static  event EventHandler<UITestEventArgs^>^ Executing {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITest Třída

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

UITestEventArgs