Partager via


UITestActionInvoker.InRetryMode, propriété

Obtient ou définit une valeur qui indique si le demandeur est en mode Nouvelle tentative.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public MustOverride Property InRetryMode As Boolean
    Get
    Set
public abstract bool InRetryMode { get; set; }
public:
virtual property bool InRetryMode {
    bool get () abstract;
    void set (bool value) abstract;
}
abstract InRetryMode : bool with get, set
abstract function get InRetryMode () : boolean
abstract function set InRetryMode (value : boolean)

Valeur de propriété

Type : System.Boolean
true si ce demandeur est en mode de tentative ; sinon, false.La valeur par défaut est false.

Sécurité .NET Framework

Voir aussi

Référence

UITestActionInvoker Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms