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 _
)
'使用
Dim runId As Guid
Dim execId As Guid
Dim newState As TestState
Dim instance As New TestStateEvent(runId, execId, _
newState)
public TestStateEvent(
Guid runId,
Guid execId,
TestState newState
)
public:
TestStateEvent(
Guid runId,
Guid execId,
TestState newState
)
public function TestStateEvent(
runId : Guid,
execId : Guid,
newState : TestState
)
Parameters
- runId
Type: System.Guid
- execId
Type: System.Guid
- newState
Type: Microsoft.VisualStudio.TestTools.Common.TestState
Permissions
- 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.