Bagikan melalui


ITestManagementTeamProject.CreateTmiTestImplementation Method (String, String, Guid, String, Guid)

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
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

Parameters

  • testName
    Type: String
  • testType
    Type: String
  • testTypeId
    Type: Guid
  • storage
    Type: String
  • testId
    Type: Guid

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

.NET Framework Security

See Also

Reference

ITestManagementTeamProject Interface

CreateTmiTestImplementation Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace