다음을 통해 공유


DataCollectionEvents.TestCaseFailed 이벤트

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
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>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

DataCollectionEvents 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스