Поделиться через


UITestInterpreterCore.UITestCompleted - событие

Событие, возникающее после того как выполнения UITest завершено.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Common (в Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Синтаксис

'Декларация
Public Event UITestCompleted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestCompleted
public:
 event EventHandler<UITestEventArgs^>^ UITestCompleted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestCompleted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript не поддерживает события.

Безопасность платформы .NET Framework

См. также

Ссылки

UITestInterpreterCore Класс

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration - пространство имен