TestStateEvent Constructor (Guid, Guid, TestState, DateTime)

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

Syntax

'宣言
Public Sub New ( _
    runId As Guid, _
    execId As Guid, _
    newState As TestState, _
    timestamp As DateTime _
)
'使用
Dim runId As Guid
Dim execId As Guid
Dim newState As TestState
Dim timestamp As DateTime

Dim instance As New TestStateEvent(runId, execId, _
    newState, timestamp)
public TestStateEvent(
    Guid runId,
    Guid execId,
    TestState newState,
    DateTime timestamp
)
public:
TestStateEvent(
    Guid runId, 
    Guid execId, 
    TestState newState, 
    DateTime timestamp
)
public function TestStateEvent(
    runId : Guid, 
    execId : Guid, 
    newState : TestState, 
    timestamp : DateTime
)

Parameters

Permissions

See Also

Reference

TestStateEvent Class

TestStateEvent Members

TestStateEvent Overload

Microsoft.VisualStudio.TestTools.Common Namespace