Partager via


TestResultId.ExecutionId, propriété

Obtient ou définit l'ID texte d'exécution.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExecutionId As TestExecId
public TestExecId ExecutionId { get; }
public:
property TestExecId^ ExecutionId {
    TestExecId^ get ();
}
member ExecutionId : TestExecId with get
function get ExecutionId () : TestExecId

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
ID texte d'exécution.

Sécurité .NET Framework

Voir aussi

Référence

TestResultId Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestExecId