Share via


Evento DataCollectionEvents.TestStepEnd

Generato quando un passo del test.

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

Sintassi

'Dichiarazione
Public MustOverride Event TestStepEnd As EventHandler(Of TestStepEndEventArgs)
public abstract event EventHandler<TestStepEndEventArgs> TestStepEnd
public:
virtual  event EventHandler<TestStepEndEventArgs^>^ TestStepEnd {
    void add (EventHandler<TestStepEndEventArgs^>^ value);
    void remove (EventHandler<TestStepEndEventArgs^>^ value);
}
abstract TestStepEnd : IEvent<EventHandler<TestStepEndEventArgs>,
    TestStepEndEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectionEvents Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution