RunStateEvent Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request to change the state of a test run.
public ref class RunStateEvent : Microsoft::VisualStudio::TestTools::Common::TestMessage, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class RunStateEvent : Microsoft.VisualStudio.TestTools.Common.TestMessage, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type RunStateEvent = class
inherit TestMessage
interface ISerializable
Public Class RunStateEvent
Inherits TestMessage
Implements ISerializable
- Inheritance
- Attributes
- Implements
Run |
Initializes a new instance of the RunStateEvent class. |
Run |
Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, computer name, and time stamp. |
Run |
Initializes a new instance of the RunStateEvent class by using the provided test run ID, state, and computer name. |
Run |
Initializes a new instance of the RunStateEvent class from XML by using the provided information and context. |
Computer |
Gets the name of the computer that requested the change in run state. |
New |
Gets the new setting for the run state. |
Run |
Gets the ID of the test run. |
Timestamp |
Gets the date and time of the request to change the run state. |
Get |
|
Is |
Returns a value that indicates whether the request to change the run state is valid. |
To |
Returns a string representation of this request to change the run state. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |