Propriedade DataCollectionContext.TestExecId

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

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

Sintaxe

'Declaração
Public ReadOnly Property TestExecId As TestExecId
    Get
public TestExecId TestExecId { get; }
public:
property TestExecId^ TestExecId {
    TestExecId^ get ();
}
member TestExecId : TestExecId
function get TestExecId () : TestExecId

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
A TestExecId o objeto, ou nulluma referência nula (Nothing no Visual Basic) se não executar o teste é associado este contexto.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionContext Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

TestExecId

SessionId