Zdarzenie UITestInterpreterCore.ActionListStarted
Zdarzenie wywoływane przed rozpoczęciem wykonywania każdej opcji ActionList.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
'Deklaracja
Public Event ActionListStarted As EventHandler(Of UITestActionListEventArgs)
public event EventHandler<UITestActionListEventArgs> ActionListStarted
public:
event EventHandler<UITestActionListEventArgs^>^ ActionListStarted {
void add (EventHandler<UITestActionListEventArgs^>^ value);
void remove (EventHandler<UITestActionListEventArgs^>^ value);
}
member ActionListStarted : IEvent<EventHandler<UITestActionListEventArgs>,
UITestActionListEventArgs>
Język JScript nie obsługuje zdarzeń.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.CodeGeneration