Freigeben über


ITestManagementTeamProject.CreateTmiTestImplementation-Methode (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

Parameter

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

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITmiTestImplementation

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestManagementTeamProject Schnittstelle

CreateTmiTestImplementation-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace