Поделиться через


TestElement.ExecutionId - свойство

Получает или задает идентификатор выполнения.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.Common.TestExecId
Идентификатор выполнения или nullссылка NULL (Nothing в Visual Basic), если тест не был выполнен.

Реализации

ITestElement.ExecutionId

Безопасность платформы .NET Framework

См. также

Ссылки

TestElement Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен