ITestManagementTeamProject.CreateTmiTestImplementation 方法 (String, String, Guid, String, Guid)

 

发布时间: 2016年4月

测试类型的使用提供的测试名称、 测试、 测试、 存储路径和 GUID 类型的 GUID 类型的名称创建一个测试实现对象。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

ITmiTestImplementation CreateTmiTestImplementation(
    string testName,
    string testType,
    Guid testTypeId,
    string storage,
    Guid testId
)
ITmiTestImplementation^ CreateTmiTestImplementation(
    String^ testName,
    String^ testType,
    Guid testTypeId,
    String^ storage,
    Guid testId
)
abstract CreateTmiTestImplementation : 
        testName:string *
        testType:string *
        testTypeId:Guid *
        storage:string *
        testId:Guid -> ITmiTestImplementation
Function CreateTmiTestImplementation (
    testName As String,
    testType As String,
    testTypeId As Guid,
    storage As String,
    testId As Guid
) As ITmiTestImplementation

参数

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

指向服务器上的自动测试的链接。

请参阅

ITmiTestImplementation
CreateTmiTestImplementation 重载
ITestManagementTeamProject 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首