UITechnologyManagerProxy.CancelStep Method
Cancels any wait or search operation being performed by this technology manager because of call to WaitForReady or Search methods.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Sub CancelStep
public override void CancelStep()
public:
virtual void CancelStep() override
abstract CancelStep : unit -> unit
override CancelStep : unit -> unit
public override function CancelStep()
Implements
IUITechnologyManager.CancelStep()
Remarks
This call is made on another thread as both the WaitForReady and Search methods are blocking.
.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.