ITmi.AddManagedTestStorage 方法 (Object, String, TestType)

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

针对特定测试管理器和指定测试类型添加所提供的测试存储路径。

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

语法

声明
Sub AddManagedTestStorage ( _
    manager As Object, _
    storagePath As String, _
    testType As TestType _
)
void AddManagedTestStorage(
    Object manager,
    string storagePath,
    TestType testType
)
void AddManagedTestStorage(
    Object^ manager, 
    String^ storagePath, 
    TestType^ testType
)
abstract AddManagedTestStorage : 
        manager:Object * 
        storagePath:string * 
        testType:TestType -> unit 
function AddManagedTestStorage(
    manager : Object, 
    storagePath : String, 
    testType : TestType
)

参数

  • manager
    类型:System.Object
    用于在指定路径中管理(加载、保存、更新等)测试的对象。
  • storagePath
    类型:System.String
    包含托管测试文件的路径。可以是包含单元测试的测试项目中的 DLL。

.NET Framework 安全性

请参见

参考

ITmi 接口

AddManagedTestStorage 重载

Microsoft.VisualStudio.TestTools.Common 命名空间

TestType