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


TestResultMessage.EndTime - свойство

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

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

Синтаксис

'Декларация
<UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")> _
Public Property EndTime As DateTime
[UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
public DateTime EndTime { get; set; }
[UserVisiblePropertyAttribute(L"{7F636B83-D839-4684-AB2F-666F3A9D36E3}")]
public:
property DateTime EndTime {
    DateTime get ();
    void set (DateTime value);
}
[<UserVisiblePropertyAttribute("{7F636B83-D839-4684-AB2F-666F3A9D36E3}")>]
member EndTime : DateTime with get, set
function get EndTime () : DateTime 
function set EndTime (value : DateTime)

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

Тип: DateTime
Время завершения выполнения.

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

См. также

Ссылки

TestResultMessage Класс

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