The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestActionInvoker::InRetryMode Property
Gets or sets a value that indicates whether the invoker is in retry mode.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property bool InRetryMode { virtual bool get() abstract; virtual void set(bool value) abstract; }
Property Value
Type: System::Booleantrue if this invoker is in retry mode; otherwise, false. The default is false.
Some invoker may want to do special handling when in retry mode.
Show: