Compartilhar via


Método ITestManagementTeamProject.CreateTmiTestImplementation (String, String, Guid, String, Guid)

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

Sintaxe

'Declaração
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

Parâmetros

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

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

Segurança do .NET Framework

Consulte também

Referência

ITestManagementTeamProject Interface

Sobrecargas CreateTmiTestImplementation

Namespace Microsoft.TeamFoundation.TestManagement.Client