Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() |
Remove | Disposes the waiter. |
![]() |
Reset | Resets all events. |
![]() |
Wait | Causes the UI test framework to wait before raising an event. |
Top