IUITestEventNotify 接口
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
提供由测试录制和播放引擎实现并由 IUITechnologyManager 对象所使用的接口,以实现回调通知。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Extension
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
<ComVisibleAttribute(True)> _
<GuidAttribute("164F27E0-147E-4BCD-9918-3CA8941F9430")> _
Public Interface IUITestEventNotify
[ComVisibleAttribute(true)]
[GuidAttribute("164F27E0-147E-4BCD-9918-3CA8941F9430")]
public interface IUITestEventNotify
[ComVisibleAttribute(true)]
[GuidAttribute(L"164F27E0-147E-4BCD-9918-3CA8941F9430")]
public interface class IUITestEventNotify
[<ComVisibleAttribute(true)>]
[<GuidAttribute("164F27E0-147E-4BCD-9918-3CA8941F9430")>]
type IUITestEventNotify = interface end
public interface IUITestEventNotify
IUITestEventNotify 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Notify | 通过IUITechnologyManager.AddEventHandler添加的事件的回调方法。 回调在不同的线程比使用的一个应进行添加事件处理程序,以确保回调不阻止添加和移除事件处理程序。 | |
NotifyMultiSource | 通过IUITechnologyManager.AddEventHandler添加的事件的回调方法。 回调在不同的线程比使用的一个应进行添加事件处理程序,以确保回调不阻止添加和移除事件处理程序。 |
页首
备注
IUITechnologyManager不应仅使用此接口和实现它。