共用方式為


ITestManagementTeamProject.CreateTmiTestImplementation 方法 (String, String, Guid, String, 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

參數

  • testName
    類型:String
  • testType
    類型:String
  • testTypeId
    類型:Guid
  • storage
    類型:String
  • testId
    類型:Guid

傳回值

類型:Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

.NET Framework 安全性

請參閱

參考

ITestManagementTeamProject 介面

CreateTmiTestImplementation 多載

Microsoft.TeamFoundation.TestManagement.Client 命名空間