IUITestEventNotify 接口

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

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

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

语法

声明
<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

IUITestEventNotify 类型公开以下成员。

方法

  名称 说明
公共方法 Notify

页首

请参见

参考

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

IUITechnologyManager