Freigeben über


TestResultId.ExecutionId-Eigenschaft

Ruft die Testausführungs-ID ab oder legt diese fest.

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

Syntax

'Declaration
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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestExecId
Die Testausführungs-ID.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResultId Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestExecId