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


TestRun.Queued - свойство

Получает или задает дату и время, когда тестовый запуск был поставлен в очередь.

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

Синтаксис

'Декларация
<VisiblePropertyAttribute> _
Public Property Queued As DateTime
[VisiblePropertyAttribute]
public DateTime Queued { get; set; }
[VisiblePropertyAttribute]
public:
property DateTime Queued {
    DateTime get ();
    void set (DateTime value);
}
[<VisiblePropertyAttribute>]
member Queued : DateTime with get, set
function get Queued () : DateTime
function set Queued (value : DateTime)

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

Тип: System.DateTime
Дата и время постановки в очередь тестового запуска.

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

См. также

Ссылки

TestRun Класс

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