Compartilhar via


Evento DataCollectionEvents.TestCaseStart

Gerado quando um caso 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 TestCaseStart As EventHandler(Of TestCaseStartEventArgs)
public abstract event EventHandler<TestCaseStartEventArgs> TestCaseStart
public:
virtual  event EventHandler<TestCaseStartEventArgs^>^ TestCaseStart {
    void add (EventHandler<TestCaseStartEventArgs^>^ value);
    void remove (EventHandler<TestCaseStartEventArgs^>^ value);
}
abstract TestCaseStart : IEvent<EventHandler<TestCaseStartEventArgs>,
    TestCaseStartEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionEvents Classe

Namespace Microsoft.VisualStudio.TestTools.Execution