Partager via


TestElement.ExecutionId, propriété

Obtient ou définit l'ID 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 Property ExecutionId As TestExecId
    Get
    Set
public TestExecId ExecutionId { get; set; }
public:
virtual property TestExecId^ ExecutionId {
    TestExecId^ get () sealed;
    void set (TestExecId^ value) sealed;
}
abstract ExecutionId : TestExecId with get, set
override ExecutionId : TestExecId with get, set
final function get ExecutionId () : TestExecId
final function set ExecutionId (value : TestExecId)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
ID d'exécution ; ou nullune référence null (Nothing en Visual Basic) si le test n'a pas été exécuté.

Implémentations

ITestElement.ExecutionId

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms