IUISynchronizationWaiter Interface
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.
Provides an internal interface for the UI test framework to wait before raising an event.
public interface class IUISynchronizationWaiter : IDisposable
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("23FE2DD4-6CCF-4BC9-8569-641C03EB207E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IUISynchronizationWaiter : IDisposable
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("253437BD-C2BB-4E5B-B138-75ABDD21FBEB")]
public interface IUISynchronizationWaiter : IDisposable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("23FE2DD4-6CCF-4BC9-8569-641C03EB207E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IUISynchronizationWaiter = interface
interface IDisposable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("253437BD-C2BB-4E5B-B138-75ABDD21FBEB")>]
type IUISynchronizationWaiter = interface
interface IDisposable
Public Interface IUISynchronizationWaiter
Implements IDisposable
- Attributes
- Implements
Methods
Remove() |
Disposes the waiter. |
Reset() |
Resets all events. |
Wait(Int32, Object) |
Causes the UI test framework to wait before raising an event. |