Compartilhar via


Propriedade TestElement.ExecutionId

Obtém ou define o ID de execução

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

Sintaxe

'Declaração
Public Property ExecutionId As TestExecId
    Get
    Set
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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
A ID de execução; ou nulluma referência nula (Nothing no Visual Basic) se o teste não foi executada.

Implementações

ITestElement.ExecutionId

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common