Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.TestCaseStart

Wywoływane, gdy rozpoczyna się w przypadku badania.

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

Składnia

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution