Condividi tramite


Evento DataCollectionEvents.TestStepStart

Generato quando un passo del test verrà avviato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectionEvents Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution