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 |
このページのトップへ