UITechnologyManager.CancelStep Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancels any wait or search operation that is currently being performed by this technology manager because of calls to WaitForReady() or Search(Object, IUITechnologyElement, Int32).
public:
abstract void CancelStep();
public abstract void CancelStep ();
abstract member CancelStep : unit -> unit
Public MustOverride Sub CancelStep ()