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("B2F55655-2E24-43DC-80F2-7FB3A402E396")> _
<ComVisibleAttribute(True)> _
Public Interface IUISynchronizationWaiter _
Inherits IDisposable
[GuidAttribute("B2F55655-2E24-43DC-80F2-7FB3A402E396")]
[ComVisibleAttribute(true)]
public interface IUISynchronizationWaiter : IDisposable
[GuidAttribute(L"B2F55655-2E24-43DC-80F2-7FB3A402E396")]
[ComVisibleAttribute(true)]
public interface class IUISynchronizationWaiter : IDisposable
[<GuidAttribute("B2F55655-2E24-43DC-80F2-7FB3A402E396")>]
[<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