Share via


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

See Also

Reference

UITechnologyManagerProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace