IHostAdapter.GetTestAdapter 方法

加载并返回用于给定测试元素和运行上下文的测试适配器。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Function GetTestAdapter ( _
    test As ITestElement, _
    runContext As IRunContext _
) As ITestAdapter
ITestAdapter GetTestAdapter(
    ITestElement test,
    IRunContext runContext
)
ITestAdapter^ GetTestAdapter(
    ITestElement^ test, 
    IRunContext^ runContext
)
abstract GetTestAdapter : 
        test:ITestElement * 
        runContext:IRunContext -> ITestAdapter 
function GetTestAdapter(
    test : ITestElement, 
    runContext : IRunContext
) : ITestAdapter

参数

返回值

类型:Microsoft.VisualStudio.TestTools.TestAdapter.ITestAdapter
当前 ITestAdapter

示例

ITestElement

IRunContext

.NET Framework 安全性

请参见

参考

IHostAdapter 接口

Microsoft.VisualStudio.TestTools.Execution 命名空间