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.

RunStateEvent Constructor

 

Initializes a new instance of the RunStateEvent class.

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

NameDescription
System_CAPS_protmethodRunStateEvent()

Initializes a new instance of the RunStateEvent class.

System_CAPS_pubmethodRunStateEvent(Guid, RunState, String^)

Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, and computer name.

System_CAPS_pubmethodRunStateEvent(Guid, RunState, String^, DateTime)

Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, computer name, and time stamp.

System_CAPS_protmethodRunStateEvent(SerializationInfo^, StreamingContext)

Initializes a new instance of the RunStateEvent class from XML by using the provided information and context.

Return to top
Show: