Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: GuidA Guid that uniquely identifies the test run.
execId
Type: GuidA Guid that uniquely identifies the execution.
newState
Type: Microsoft.VisualStudio.TestTools.Common.TestStateA 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.