Compartilhar via


Propriedade TestRun.Started

Obtém ou define a data e a hora quando a execução do teste foi iniciado.

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

Sintaxe

'Declaração
<VisiblePropertyAttribute> _
Public Property Started As DateTime
    Get
    Set
[VisiblePropertyAttribute]
public DateTime Started { get; set; }
[VisiblePropertyAttribute]
public:
property DateTime Started {
    DateTime get ();
    void set (DateTime value);
}
[<VisiblePropertyAttribute>]
member Started : DateTime with get, set
function get Started () : DateTime
function set Started (value : DateTime)

Valor de propriedade

Tipo: System.DateTime
A data e hora de início da execução do teste.

Segurança do .NET Framework

Consulte também

Referência

TestRun Classe

Namespace Microsoft.VisualStudio.TestTools.Common