Sdílet prostřednictvím


TestElement.ExecutionId – vlastnost

Získá nebo nastaví ID spuštění

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Public Property ExecutionId As TestExecId
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestExecId
ID spuštění; nebo nullodkaz null (Nothing v jazyce Visual Basic) Pokud test nebyl proveden.

Implementuje

ITestElement.ExecutionId

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestElement Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů