UIActionInterpreter.InRetryMode Property
Gets or sets a value that indicates whether the interpreter is in retry mode.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Overrides Property InRetryMode As Boolean
public override bool InRetryMode { get; set; }
public:
virtual property bool InRetryMode {
bool get () override;
void set (bool value) override;
}
abstract InRetryMode : bool with get, set
override InRetryMode : bool with get, set
override function get InRetryMode () : boolean
override function set InRetryMode (value : boolean)
Property Value
Type: Boolean
true if the interpreter is in retry mode; otherwise, false. The default is false.
Remarks
Avoid using cache 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace