IUISynchronizationWaiter Interface

Provides an internal interface for the UI test framework to wait before raising an event.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
<GuidAttribute("C67076D8-14D5-434e-AE44-36917D6088AF")> _
<ComVisibleAttribute(True)> _
Public Interface IUISynchronizationWaiter _
    Inherits IDisposable
[GuidAttribute("C67076D8-14D5-434e-AE44-36917D6088AF")]
[ComVisibleAttribute(true)]
public interface IUISynchronizationWaiter : IDisposable
[GuidAttribute(L"C67076D8-14D5-434e-AE44-36917D6088AF")]
[ComVisibleAttribute(true)]
public interface class IUISynchronizationWaiter : IDisposable
[<GuidAttribute("C67076D8-14D5-434e-AE44-36917D6088AF")>]
[<ComVisibleAttribute(true)>]
type IUISynchronizationWaiter =  
    interface
        interface IDisposable
    end
public interface IUISynchronizationWaiter extends IDisposable

The IUISynchronizationWaiter type exposes the following members.

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Remove Disposes the waiter.
Public method Reset Resets all events.
Public method Wait Causes the UI test framework to wait before raising an event.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

WaitForReadyLevel

WaitForReady