Partilhar via


Construtor TestStateEvent (Guid, Guid, TestState)

Inicializa uma instância de TestStateEvent classe usando o identificador de execução fornecida, o identificador de execução e estado.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • runId
    Tipo: System.Guid
    A Guid que identifica exclusivamente a execução de teste.
  • execId
    Tipo: System.Guid
    A Guid que identifica exclusivamente a execução.

Segurança do .NET Framework

Consulte também

Referência

TestStateEvent Classe

Sobrecargas TestStateEvent

Namespace Microsoft.VisualStudio.TestTools.Common

TestState