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

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

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

语法

声明
Function CreateTmiTestImplementation ( _
    testName As String, _
    testType As String, _
    testTypeId As Guid, _
    storage As String, _
    testId As Guid _
) As ITmiTestImplementation
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 : String, 
    testType : String, 
    testTypeId : Guid, 
    storage : String, 
    testId : Guid
) : ITmiTestImplementation

参数

  • testTypeId
    类型:System.Guid
    测试类型的 GUID。

返回值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation
一个指向 服务器上的自动测试的链接。

.NET Framework 安全性

请参见

参考

ITestManagementTeamProject 接口

CreateTmiTestImplementation 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITmiTestImplementation