Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.TestCaseFailed

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

Składnia

'Deklaracja
Public MustOverride Event TestCaseFailed As EventHandler(Of TestCaseFailedEventArgs)
public abstract event EventHandler<TestCaseFailedEventArgs> TestCaseFailed
public:
virtual  event EventHandler<TestCaseFailedEventArgs^>^ TestCaseFailed {
    void add (EventHandler<TestCaseFailedEventArgs^>^ value);
    void remove (EventHandler<TestCaseFailedEventArgs^>^ value);
}
abstract TestCaseFailed : IEvent<EventHandler<TestCaseFailedEventArgs>,
    TestCaseFailedEventArgs>
Język JScript nie obsługuje zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution