DataCollectionEvents Class
Defines the execution events that diagnostic data adapters can register.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | DataCollectionEvents() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | CustomNotification | Occurs in response to a custom notification. |
![]() | DataRequest | Raised to request intermediate data. |
![]() | SessionEnd | Raised when a test session ends. |
![]() | SessionPause | Raised when a test session pauses. |
![]() | SessionResume | Raised when a test session resumes. |
![]() | SessionStart | Raised when a test session starts. |
![]() | TestCaseEnd | Raised when a test case ends. |
![]() | TestCaseFailed | |
![]() | TestCasePause | Raised when a test case pauses. |
![]() | TestCaseReset | Raised when a test case resets. |
![]() | TestCaseResume | Raised when a test case resumes. |
![]() | TestCaseStart | Raised when a test case starts. |
![]() | TestStepEnd | Raised when a test step ends. |
![]() | TestStepStart | Raised when a test step starts. |
When you create a custom diagnostic data adapter, you must create event handlers for one or more events in this collection. For more information, see How to: Create a Diagnostic Data Adapter.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


