Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the invoker is in retry mode.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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)
Property Value
Type: Boolean
true if this invoker is in retry mode; otherwise, false. The default is false.
Remarks
Some invoker may want to do special handling when in retry mode.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.