IUITestEventNotify Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an interface to be implemented by the test recording and playback engine and consumed by IUITechnologyManager objects to implement callback notifications.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("2442195C-E657-45F8-8E8B-3335E0E452C6")> _
Public Interface IUITestEventNotify
[ComVisibleAttribute(true)]
[GuidAttribute("2442195C-E657-45F8-8E8B-3335E0E452C6")]
public interface IUITestEventNotify
[ComVisibleAttribute(true)]
[GuidAttribute(L"2442195C-E657-45F8-8E8B-3335E0E452C6")]
public interface class IUITestEventNotify
[<ComVisibleAttribute(true)>]
[<GuidAttribute("2442195C-E657-45F8-8E8B-3335E0E452C6")>]
type IUITestEventNotify =  interface end
public interface IUITestEventNotify

The IUITestEventNotify type exposes the following members.

Methods

  Name Description
Public method Notify

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyManager