Partilhar via


Propriedade TestResultId.TestId

Obtém a ID para o teste.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
A identificação para o teste.

Segurança do .NET Framework

Consulte também

Referência

TestResultId Classe

Namespace Microsoft.VisualStudio.TestTools.Common