Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

NameDescription
System_CAPS_protmethodTestStateEvent()

Initializes an instance of the TestStateEvent class.

System_CAPS_pubmethodTestStateEvent(Guid, Guid, TestState)

Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, and state.

System_CAPS_pubmethodTestStateEvent(Guid, Guid, TestState, DateTime)

Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, state, and time stamp.

System_CAPS_protmethodTestStateEvent(SerializationInfo^, StreamingContext)

Initializes an instance of the TestStateEvent class by using the serialization information and context.

Return to top
Show: