DataCollectionContext.TestExecId Propriedade

Definição

Obtém um TestExecId que identifica a execução de teste sob a qual ocorre a coleta de dados.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestExecId ^ TestExecId { Microsoft::VisualStudio::TestTools::Common::TestExecId ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestExecId TestExecId { get; }
member this.TestExecId : Microsoft.VisualStudio.TestTools.Common.TestExecId
Public ReadOnly Property TestExecId As TestExecId

Valor da propriedade

TestExecId

Um TestExecId objeto ou NULL se nenhum teste de execução estiver associado a esse contexto.

Aplica-se a