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 | 加载并返回用于给定测试元素和运行上下文的测试适配器。 |
页首