使用提供的测试名称、测试的类型、存储路径和测试类型的 GUID 创建一个测试实现对象。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Function CreateTmiTestImplementation ( _
    testName As String, _
    testType As String, _
    storage As String, _
    testId As Guid _
) As ITmiTestImplementation
ITmiTestImplementation CreateTmiTestImplementation(
    string testName,
    string testType,
    string storage,
    Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
    String^ testName, 
    String^ testType, 
    String^ storage, 
    Guid testId
)
abstract CreateTmiTestImplementation : 
        testName:string * 
        testType:string * 
        storage:string * 
        testId:Guid -> ITmiTestImplementation 
function CreateTmiTestImplementation(
    testName : String, 
    testType : String, 
    storage : String, 
    testId : Guid
) : ITmiTestImplementation
参数
- testName
 类型:System.String
 测试的名称。
- testType
 类型:System.String
 测试的类型的名称。
- storage
 类型:System.String
 DLL 或源文件的位置。
- testId
 类型:System.Guid
 测试的 GUID。
返回值
类型:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
一个指向 服务器上的自动测试的链接。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
CreateTmiTestImplementation 重载