TestResultId.ExecutionId (Propiedad)

Obtiene el identificador de ejecución de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExecutionId As TestExecId
public TestExecId ExecutionId { get; }
public:
property TestExecId^ ExecutionId {
    TestExecId^ get ();
}
member ExecutionId : TestExecId with get
function get ExecutionId () : TestExecId

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Identificador de ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestResultId Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestExecId