Evento DataCollectionEvents.TestStepStart

Gerado quando uma etapa de teste é iniciado.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionEvents Classe

Namespace Microsoft.VisualStudio.TestTools.Execution