IHostAdapter インターフェイス
ホスト アプリケーション内でのテストの実行にサポートを提供するためのインターフェイス。
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
Public Interface IHostAdapter
public interface IHostAdapter
public interface class IHostAdapter
type IHostAdapter = interface end
public interface IHostAdapter
IHostAdapter 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
GetTestAdapter | 指定されたテスト要素と実行コンテキストに対応するテスト アダプターを読み込んで返します。 |
このページのトップへ