UITestActionInvoker.InRetryMode (Propiedad)

Obtiene o establece un valor que indica si el invocador está en modo de reintento.

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

Sintaxis

'Declaración
Public MustOverride Property InRetryMode As Boolean
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)

Valor de propiedad

Tipo: System.Boolean
true si este invocador está en modo de reintento; de lo contrario, false.El valor predeterminado es false.

Comentarios

Algún solicitante puede desear hacer especial cuando en modo try.

Seguridad de .NET Framework

Vea también

Referencia

UITestActionInvoker Clase

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