Information
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.

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)

[GuidAttribute("D569090C-C7B0-423A-9601-EDD03E7F52AA")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IUISynchronizationWaiter : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodRemove()

Disposes the waiter.

System_CAPS_pubmethodReset()

Resets all events.

System_CAPS_pubmethodWait(Int32, Object^)

Causes the UI test framework to wait before raising an event.

Return to top
Show: