Partilhar via


Método TestRun.GetTestElement (TestExecId)

Retorna o elemento de teste tem a ID de execução especificado.

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

Sintaxe

'Declaração
Public Function GetTestElement ( _
    executionId As TestExecId _
) As ITestElement
public ITestElement GetTestElement(
    TestExecId executionId
)
public:
ITestElement^ GetTestElement(
    TestExecId^ executionId
)
member GetTestElement : 
        executionId:TestExecId -> ITestElement 
public function GetTestElement(
    executionId : TestExecId
) : ITestElement

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
O elemento de teste ou um valor nulo.

Comentários

Esse método também define o ID de execução, o ID de execução do pai e a identificação de categoria no elemento retornado de teste.

Segurança do .NET Framework

Consulte também

Referência

TestRun Classe

Sobrecargas GetTestElement

Namespace Microsoft.VisualStudio.TestTools.Common

TestExecId

ITestElement