UITestInterpreterCore.ActionStarted, événement
Événement déclenché avant exécution d'un UITestAction.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly : Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Déclaration
Public Event ActionStarted As EventHandler(Of UITestActionEventArgs)
public event EventHandler<UITestActionEventArgs> ActionStarted
public:
event EventHandler<UITestActionEventArgs^>^ ActionStarted {
void add (EventHandler<UITestActionEventArgs^>^ value);
void remove (EventHandler<UITestActionEventArgs^>^ value);
}
member ActionStarted : IEvent<EventHandler<UITestActionEventArgs>,
UITestActionEventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms