Share via


Evento DataCollectionEvents.TestCasePause

generato quando pause di un test case.

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

Sintassi

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectionEvents Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution