The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestStateEvent Constructor
Initializes an instance of the TestStateEvent class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestStateEvent() | Initializes an instance of the TestStateEvent class. |
![]() | TestStateEvent(Guid, Guid, TestState) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, and state. |
![]() | TestStateEvent(Guid, Guid, TestState, DateTime) | Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, state, and time stamp. |
![]() | TestStateEvent(SerializationInfo^, StreamingContext) | Initializes an instance of the TestStateEvent class by using the serialization information and context. |
Show:

