Condividi tramite


Proprietà TestResultId.TestId

Ottiene l'ID per il test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TestId As TestId
    Get
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
member TestId : TestId
function get TestId () : TestId

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
ID per il test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultId Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common