Condividi tramite


Proprietà TestResultId.ParentExecId

Ottiene l'ID di esecuzione del test per il risultato del test padre.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
ID di esecuzione del test per il risultato del test padre oppure nullriferimento null (Nothing in Visual Basic) se per il risultato del test associato non esiste alcun risultato del test padre.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultId Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common