Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.TestStepStart

Wywoływane, gdy rozpoczyna się etap badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution