IUITestEventNotify 接口

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

提供由测试录制和播放引擎实现并由 IUITechnologyManager 对象所使用的接口,以实现回调通知。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
<GuidAttribute("A797EFDD-A6B4-4EE9-83A8-7F8CB36EB306")> _
<ComVisibleAttribute(True)> _
Public Interface IUITestEventNotify
[GuidAttribute("A797EFDD-A6B4-4EE9-83A8-7F8CB36EB306")]
[ComVisibleAttribute(true)]
public interface IUITestEventNotify
[GuidAttribute(L"A797EFDD-A6B4-4EE9-83A8-7F8CB36EB306")]
[ComVisibleAttribute(true)]
public interface class IUITestEventNotify
[<GuidAttribute("A797EFDD-A6B4-4EE9-83A8-7F8CB36EB306")>]
[<ComVisibleAttribute(true)>]
type IUITestEventNotify =  interface end
public interface IUITestEventNotify

IUITestEventNotify 类型公开以下成员。

方法

  名称 说明
公共方法 Notify 通过 IUITechnologyManager.AddEventHandler 添加事件的回调方法。 回调在其他线程比用于的版本应发生的事件添加处理程序,确保回调不阻止添加和移除事件处理程序。
公共方法 NotifyMultiSource 通过 IUITechnologyManager.AddEventHandler 添加事件的回调方法。 回调在其他线程比用于的版本应发生的事件添加处理程序,确保回调不阻止添加和移除事件处理程序。

页首

备注

不 IUITechnologyManager 才应使用此接口和实现它。

请参阅

参考

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间

IUITechnologyManager