共用方式為


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