DataCollectionEvents.TestCaseEnd 事件

定义

在测试用例结束时引发。

public:
 abstract event EventHandler<Microsoft::VisualStudio::TestTools::Execution::TestCaseEndEventArgs ^> ^ TestCaseEnd;
public abstract event EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestCaseEndEventArgs> TestCaseEnd;
member this.TestCaseEnd : EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestCaseEndEventArgs> 
Public MustOverride Event TestCaseEnd As EventHandler(Of TestCaseEndEventArgs) 

事件类型

EventHandler<TestCaseEndEventArgs>

适用于