Compartilhar via


Propriedade TestElement.IsRunOnRestart

Obtém ou define um valor que indica se esse elemento de teste deve ser executado se a execução de teste for reiniciado.

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

Sintaxe

'Declaração
Public Property IsRunOnRestart As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean
true Se esse elemento de teste está a ser executado se a execução do teste é reiniciado; Caso contrário, false.

Implementações

ITestElement.IsRunOnRestart

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common