Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, and state.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
runId As Guid, _
execId As Guid, _
newState As TestState _
)
public TestStateEvent(
Guid runId,
Guid execId,
TestState newState
)
public:
TestStateEvent(
Guid runId,
Guid execId,
TestState newState
)
new :
runId:Guid *
execId:Guid *
newState:TestState -> TestStateEvent
public function TestStateEvent(
runId : Guid,
execId : Guid,
newState : TestState
)
Parameters
- runId
Type: System.Guid
A Guid that uniquely identifies the test run.
- execId
Type: System.Guid
A Guid that uniquely identifies the execution.
- newState
Type: Microsoft.VisualStudio.TestTools.Common.TestState
A member of the TestState enumeration that indicates the state of the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.