Compartir a través de


TestElement.ExecutionId (Propiedad)

Obtiene o establece el identificador de ejecución.

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

Sintaxis

'Declaración
Public Property ExecutionId As TestExecId
public TestExecId ExecutionId { get; set; }
public:
virtual property TestExecId^ ExecutionId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
abstract ExecutionId : TestExecId with get, set 
override ExecutionId : TestExecId with get, set
final function get ExecutionId () : TestExecId 
final function set ExecutionId (value : TestExecId)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
El identificador de ejecución; o nullreferencia null (Nothing en Visual Basic) si no se ha ejecutado la prueba.

Implementaciones

ITestElement.ExecutionId

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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