TestElement.IsRunOnRestart (Propiedad)

Obtiene o establece un valor que indica si este elemento de prueba se va a ejecutar en caso de que se reinicie la ejecución de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property IsRunOnRestart As Boolean
public bool IsRunOnRestart { get; set; }
public:
virtual property bool IsRunOnRestart {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsRunOnRestart : bool with get, set
override IsRunOnRestart : bool with get, set
final function get IsRunOnRestart () : boolean
final function set IsRunOnRestart (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si este elemento de prueba se va a ejecutar en caso de que se reinicie la ejecución de pruebas; de lo contrario, es false.

Implementaciones

ITestElement.IsRunOnRestart

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)