IUITestEventNotify 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 interface to be implemented by the test recording and playback engine and consumed by IUITechnologyManager objects to implement callback notifications.
public interface class IUITestEventNotify
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("281B621B-0AB7-4B5B-A24A-D58678071208")]
public interface IUITestEventNotify
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7CDADED1-56CF-4511-874A-CBC01D29F8B7")]
public interface IUITestEventNotify
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("281B621B-0AB7-4B5B-A24A-D58678071208")>]
type IUITestEventNotify = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7CDADED1-56CF-4511-874A-CBC01D29F8B7")>]
type IUITestEventNotify = interface
Public Interface IUITestEventNotify
- Attributes
Methods
Notify(IUITechnologyElement, IUITechnologyElement, UITestEventType, Object) |
The callback method for the event added via IUITechnologyManager.AddEventHandler. The callback should occur on a different thread than the one used to add the event handler to make sure that the callback is not blocking adding and removing of the event handlers. |
NotifyMultiSource(IUITechnologyElement[], IUITechnologyElement, UITestEventType, Object, ElementForThumbnailCapture) |
The callback method for the event added via IUITechnologyManager.AddEventHandler. The callback should occur on a different thread than the one used to add the event handler to make sure that the callback is not blocking adding and removing of the event handlers. |