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
- 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.