Compartir a través de


DataCollectionEvents.TestStepStart (Evento)

Se genera al iniciar un paso de una prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
Public MustOverride Event TestStepStart As EventHandler(Of TestStepStartEventArgs)
public abstract event EventHandler<TestStepStartEventArgs> TestStepStart
public:
virtual  event EventHandler<TestStepStartEventArgs^>^ TestStepStart {
    void add (EventHandler<TestStepStartEventArgs^>^ value);
    void remove (EventHandler<TestStepStartEventArgs^>^ value);
}
abstract TestStepStart : IEvent<EventHandler<TestStepStartEventArgs>,
    TestStepStartEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEvents Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)